Home>Support>Remove space between header and first row (visual editor)

Remove space between header and first row (visual editor)

By Jes Trojnar, 10 years ago. Last reply by Jes Trojnar, 10 years ago.
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].

I have been trying to eliminate the space between the header menu and the first row (visual editor) for hours. My website is www.warthogtool.com . I have tried looking for “header padding” in the Customize menu, but there is no option for it. I don’t understand why this is happening… that space is so ugly there.
Please let me know the best course of action.
Thanks!

URL: http://www.warthogtool.com

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

  1. 10 years, 3 months ago Greg Priday
    Hi, I Work Here

    Hi Jes

    You can fix/change this with some custom CSS.

    #main{
       padding-top:0;
    }
    

    And if you only want to do this on your home page, use this instead.

    body.home #main{
       padding-top:0;
    }
    
  2. 10 years, 3 months ago Jes Trojnar

    Thank you very much. You made it very easy to fix. I just copy and pasted that code into APPEARANCE>CUSTOM CSS and it took care of it.

    Much appreciated!

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