row bottom margin issues
The bottom margin of my rows are not consistent, and some are too big even if the value is set to 0
i.e. after the 4 pictures and the text
http://les-aventuriers-de-manutea.com/
How do i do to change the margin?
thanks!
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi Manutea,
The spacing around your rows on the homepage is due to margin applied to the entry-content by your theme.
You can lower this spacing with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.
.entry-content { margin-top: 30px !important; margin-bottom: 30px !important; }You might also need to install the SiteOrigin CSS Editor.
Regardless of the above, if you would prefer, you can completely remove the row bottom margin by navigating to WP AdminSettingsPage Builder and open the Layout tab. Set the Row Bottom Margin to 0.
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.