Home>Support>Header/Masthead Size

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!

URL: http://wordpress.hwpl.org/

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 10 years, 3 days ago Andrew Misplon
    Hi, I Work Here

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

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More