Space in header and bottom widget
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.
Need fast email support? Get SiteOrigin Premium
Replies
2Hi 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.
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.