Home>Support>Having trouble removing white space b/t rows

Having trouble removing white space b/t rows

Hi,
Thanks in advance for your help, and apologies if this gets posted twice–my original doesn’t seem to be appearing.

I’m having the dreaded problem of white space appearing between rows that I want to be flush against each other. I’m using the free Vantage theme and Page Builder. The site URL is justshabbat.org.

There’s currently a chunk of white space at the top of the page, and in between the top hero image and the headline row, and b/t the headline row and the next hero image. I want none of that to be white space.

I’ve tried the following:
-in Page Builder settings set bottom row margin to 0
-in settings for each row in layout set bottom row margin to 0

I’ve looked at previous threads on this issue, but not sure that any of them are still relevant.

Please let me know if you anything else to help diagnose.

Thanks!
Lisa

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

    Hi Lisa,

    I just had a look at your website and you’ve seemed to have removed all of the spacing added by SiteOrigin Page Builder. There’s obviously a bit at the bottom but that’s present due to a blank row but outside of that; do you still need help?

    I would recommend changing the following CSS you added to WP AdminAppearanceCustom CSS:

    .layout-full .panel-row-style.panel-row-style-full-width {
      padding: 0px;
    }
    

    To:

    .layout-full .panel-row-style.panel-row-style-full-width {
    	padding-top: 0;
    	padding-bottom: 0;
    }
    

    This will allow the full-width rows to work as desired. Right now the edges are slightly being cut off – this change will correct that.

  2. 8 years, 1 month ago patkhu

    Thanks. I think it’s resolved.

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