This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

White border around top logo in Vantage

Open 1 reply themetheme-vantage
11 years ago · Last reply by Andrew Misplon 11 years ago

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.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Andrew Misplon Staff 11 years, 1 month ago

    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.

Have a different question or issue?

Start New Thread