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.

Having trouble removing white space b/t rows

9 years ago · Last reply by patkhu 9 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

2
  1. Alex S Staff 9 years, 6 months ago

    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. patkhu 9 years, 6 months ago

    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.

Have a different question or issue?

Start New Thread