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.

Can’t seem to center my Header image?

10 years ago · Last reply by Andrew Misplon 10 years ago

I’m a Vantage Premium user and I seem be unable to center the header image. I’ve gone the the Customise option like done before with my other sites but when I click center it just moves the image just a little.

URL: http://www.pcgamernut.com

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

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Andrew Misplon Staff 10 years, 4 months ago

    Hi Ben

    Mmm, a couple things going on. Let’s try fix/hotfix. Go to Appearance > Editor and restore an original value. Locate:

    #masthead .hgroup .logo

    And change the max width to 100% so the end result should read:

    #masthead .hgroup .logo {
        display: block;
        float: left;
        max-width: 100%;
    }

    Then go to Appearance > Custom CSS and add:

    /* Centre the Logo */
    #masthead .hgroup .logo {
        text-align: center;
        width: 100%;
    }

    Let me know how that goes :)

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