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.

Padding To The Left And Right Of Logo In Vantage

Resolved 3 replies premiumthemetheme-vantage
11 years ago · Last reply by Andrew Misplon 11 years ago

Hello.

I uploaded a 1920 x 480 logo to my website: kompulsa.com, and I figured out how to reduce the top and bottom padding in the theme customizer, there is white space to the left and right of the logo which I don’t want. I just want the logo to be the same width as the rest of the website so there is no white space.

What can be done to fix that?

URL: http://i57.tinypic.com/29copj6.jpg

This is our free support forum. Replies can take several days.

Need fast email support? Get SiteOrigin Premium

Replies

3
  1. Andrew Misplon Staff 11 years, 2 months ago

    Hi Nicholas

    Please try the following under Appearance > Custom CSS:

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

    Should do the trick.

  2. Nicholas Brown 11 years, 2 months ago

    Thank you! :)

    It worked.

  3. Andrew Misplon Staff 11 years, 2 months ago

    Win! Glad we could help.

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