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].
Hello,
Can anyone tell me how to remove the white space between my header and the image?
This is my page: http://217.199.187.197/seek-vehic.com/contact-us/
I’m using a SiteOrigin layout inside a WordPress theme, and I can;t seem to find a way to move my layout all the way to the top, right below my header menu. I get that nasty white space. Any idea how I can delete it?
Hi Guillermo
You can fix/change this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Just add the following code.
/* Contact */ .page-id-36 .page-wrap { padding-top: 0 !important; } .page-id-36 .siteorigin-panels-stretch:first-of-type[style] { padding-top: 0 !important; }You might also need to install the SiteOrigin CSS Editor.
It might be worth asking theme support about this challenge as there may be a neat way to do this from within theme settings. The above is just a quick fix.