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].
Trying to remove the white blank space between the two rows. I already have this entered in Custom CSS:
.panel-grid-cell { margin-top: 0px !important; margin-bottom: 0px !important; } header#masthead hgroup { padding-top: 17px !important; padding-bottom: 17px !important; } #main { padding-top: 0px !important; padding-bottom: 20px !important; }
Also, I would like to minimize the padding in the header (aka the space above ‘About PlanPilot’ and the space below the writing that ends with ‘…investment structure’). How do I do this?
Thanks!
Hi Alex
Thanks for running Vantage. You can edit header padding at Appearance > Customize > General: Header Padding.
If for any reason that isn’t working correctly you could also use the following under Appearance > Custom CSS to control the same selector:
Settings > Page Builder has a row setting to control bottom margin. There is unfortunately a bug with this setting right now. A solution to resolve is to use the following child theme:
https://siteorigin.com/wp-content/uploads/2014/09/vantage-child-set-pb-bottom-margin.zip
You can install via Appearance > Themes > Add New > Upload Theme. Activation of a child theme does require redoing Customizer settings but check whether the child theme works for you first. Once activate head to Appearance > Editor and edit the functions.php file within the child theme. The integer on line 19 will set the margin, it’s currently set to 10.