Help with SiteOrigin layout inside WordPress theme
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?
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi 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.
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.