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!
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; }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!