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].
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!
Hi 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; }