Home>Support>row bottom margin issues

row bottom margin issues

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].

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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 8 years, 6 months ago Alex S
    Hi, I Work Here

    Hi Manutea,

    The spacing around your rows on the homepage is due to margin applied to the entry-content by your theme.

    null

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More