Header/Masthead Size
Hi SiteOrigin,
I’m using the Vantage Premium theme, and would like to replace my header logo with one that spans the entire masthead and logo area. I know I need to reduce the header padding in the css but i’d like to have my image in place first.
Thanks!
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi James
Try the below under Appearance > Custom CSS. It’s designed to work with a 1080px wide logo and the Boxed layout version of Vantage:
/* Full header logo */ header#masthead { padding: 0 !important; } header#masthead hgroup { padding: 0 !important; } header#masthead hgroup .logo img { width: 1080px; } .main-navigation { margin: 0 !important; } body.responsive header#masthead hgroup .support-text, body.responsive header#masthead hgroup #header-sidebar { display: none !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.