Home>Support>Space in header and bottom widget

Space in header and bottom widget

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].

Hi there,

I’m using the Vantage theme and page builder and I was trying to figure out how to get rid of the space between the widget and the footer

I disabled the margin in the layout options option of the row thinking that would work. How do I get rid of the space?

Also how do I decrease the top and bottom space on the header?
See here:

the URL is: http://www.tektonconstruction.ca/

Thank you,

Kim

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

    Hi Kim,

    The space between the footer and the contact widget are caused by two things, Vantage padding and row padding.

    Vantage Padding
    Vantage, by default, will have 35px of content padding. You can remove this on the homepage by adding the following CSS to WP AdminAppearanceCustom CSS:

    .home .site-main {
      padding: 0 35px !important;
    }
    

    Row Padding
    Please navigate to your homepage edit screen and open the row that houses the first hero widget on the page by clicking the wrench icon to the top right of the row. Then please head over to the row styles sidebar and open the layout settings group. Set the padding to 0.

    As for the header, you’ll need to use CSS. Please navigate to WP AdminAppearanceCustom CSS and add (and adjust) the following CSS:

    .hgroup {
    	padding: 10px 0 !important;
    }
    

    Let me know if this helps.

  2. 8 years, 11 months ago Postplus

    Hi Alex, it worked perfectly. Thank you so much for the help!

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