Center header on hemingway theme

  • Unknown's avatar

    I changed my css this but can’t seem to center my image. Please advise:
    #masthead {
    width: 1280px;
    height: 600px;
    }

    .site-header-image {
    min-height: 645px;
    max-height: 600px;
    padding: 2% 0;
    padding-left: 500px;
    }

    .site-branding {
    width: 600px;
    height: 140px;
    }

    .site-branding {
    background: url(‘http://njhiltongroup.files.wordpress.com/2014/04/real-estate-appraisal-boise-idaho3.png’);
    display: inline-block;
    padding: .5em;
    }

    The blog I need help with is: (visible only to logged in users)

  • Hi there, your current CSS looks a little different, but I did a little test and if you remove this line from your custom CSS:

    width: 110%;

    …that seems to do the trick, at least to my eyes.

    Let me know how it goes.

  • The topic ‘Center header on hemingway theme’ is closed to new replies.