Home>Support>Can’t seem to center my Header image?

Can’t seem to center my Header image?

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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 4 days ago Andrew Misplon
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More