Remove buffer between logo and top navigation bar
The title is pretty self-explanatory. Regardless of logo image size, there is a buffer between the logo and navigation bar that I’d like to rid the site of. How might I do so?
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi Zach
Under Appearance > Customize > General: Header Padding you can set header padding but I don’t believe it can be set to zero. To do that try this under Appearance > Custom CSS:
/* Vantage remove all header padding */ header#masthead { padding: 0 !important; }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.