Home>Support>Help with SiteOrigin layout inside WordPress theme

Help with SiteOrigin layout inside WordPress theme

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?

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 18 days ago Andrew Misplon
    Hi, I Work Here

    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.

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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More