Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
site is here:
http://ecosystemz.org/wordpress/
what is the CSS to remove the margin around each post?
we are trying to make each post into a panel-like banner on our home page like a parralax theme
thanks!
TJ / Ecosystem Z
Hi Ecosystem Z,
You can change this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.
#content .hentry, #content .entry-content { margin: 0 !important;}You might also need to install the SiteOrigin CSS Editor.