Home>Support>Vantage Version: 1.5.8 and row spacing

Vantage Version: 1.5.8 and row spacing

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 8 years, 5 months ago Alex S
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More