This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Remove space between header and first row (visual editor)

Open 2 replies themetheme-vantage
10 years ago · Last reply by Jes Trojnar 10 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

2
  1. Greg Priday Staff 10 years, 11 months ago

    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. Jes Trojnar 10 years, 11 months ago

    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.

Have a different question or issue?

Start New Thread