Hi @hostmamas,
Are you referring to the area just below the navigation and above those three images on the home? (https://cloudup.com/cT3DxQRUKoM)
Thanks!
Evan
Hi @eherman24,
yes- on all of my pages, that same white space area- wondering how to lessen it?
Hello @hostmamas,
You can try using the custom CSS below to reduce the spacing between the images and the navigation in the pages :
.site-content {
margin-top: 0em;
}
.widget_siteorigin-panels-builder {
padding-top: 0px;
}
Hope this helps,
Best Regards !!
Hi @hostmamas,
The solution that @wensolutionsupport provided is correct. You can add that code to the new customizer ‘Additional CSS’ panel. If you go to ‘Themes > Customize’ and select ‘Additional CSS’ you can add the code above in that section.
Let us know if that works for you.
Thanks for chiming in @wensolutionsupport!
Evan
Great this worked! thank you.