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.

Vantage Version: 1.5.8 and row spacing

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

I am using Vantage Version 1.5.8 and I have an issue I cannot figure out. I have a row in place that has 2 columns. Left side has text and right side has 3 images.

After that row, I have a row that contains just text for the full width of the page.

The issue is that there is a white space between the rows that I cannot get rid of. I have searched the forums and tried all the custom CSS I could find without success.

I have adjusted the layout of the 1st row to have 0 bottom margin in the row style entry also.

Any ideas what I might be missing?

Thanks,
Bryce

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, 27 days ago

    Hi Bryce,

    This sounds like the standard Vantage row padding, which you can remove with CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Add the following CSS.

    .layout-full .panel-row-style.panel-row-style-wide-grey, .layout-full .panel-row-style.panel-row-style-full-width, .layout-full.panels-style-force-full .panel-row-style {
    	padding-top: 0;
    	padding-bottom: 0;
    }

    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.

Have a different question or issue?

Start New Thread