This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

row bottom margin issues

9 years ago · Last reply by Alex S 9 years ago

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

1
  1. Alex S Staff 9 years, 1 month ago

    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.

Have a different question or issue?

Start New Thread