Home>Support>Row Spacing when layout is set to 2 rows (Theme: Celestial)

Row Spacing when layout is set to 2 rows (Theme: Celestial)

Hello,

I am trying to set a background in Page Builder set the number of rows to 1 add some css classes margin-top: -50px;
margin-bottom: -100px; and everything butts up nicely with the menu bar and the footer see here http://www2.interface-manufacturing.com/services/ but when i set the row layout to be 2 rows it has a space at the bottom that i just cannot get rid of tried to adjust the margin-bottom etc but no difference, see here http://www2.interface-manufacturing.com/services-test/

Am i doing something wrong as it works when i have the row layout to 1 but i would like it set to 2 if not i will work around it.

Thanks in advance

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, 3 months ago Alex S
    Hi, I Work Here

    Hi Declan,

    Your theme is adding that spacing. It’s actually adding two seperate instances of spacing.


    There’s slightly more spacing being added by your theme but I can’t work out how it’s being set. I would recommend contacting your theme developer for more information.

    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.

    article.hentry {
    	margin-bottom: 0 !important;
    }
    
    #content-wrapper {
    	padding: 0 !important;
    }
    

    You might also need to install the SiteOrigin CSS Editor.

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