Home>Support>White border around top logo in Vantage

White border around top logo in Vantage

I’m wanting to do the logo header for my Vantage theme, but there’s a white border around it. Is there a way to fill that whole space up with the logo to where there’s no border around it and it’s flush with the menu?

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

  1. 9 years, 8 months ago Andrew Misplon
    Hi, I Work Here

    Hi Buddy

    If you’re using the Boxed Layout version of Vantage then it’s possible to add a logo that’s 1080px wide and add the following to Appearance > Custom CSS (Vantage Premium) or your own Custom CSS plugin:

    /* 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;
    }
    

    That’ll give you a full width/height logo.

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