Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey There on your style sheet you have a

    #logo that has a
    `#logo {
    margin: 63px auto 34px 367px;
    }

    That last number being so high is what is pushing that over to the right. Play with those numbers to set it more in the center.

    Cheers!

    Remember also that your theme is responsive. So you’ll want to be sure to test the logo positioning in all devices and browsers.

    Looks like there’s a random ‘ in my code above. You’re looking for

    #logo {
    margin: 63px auto 34px 367px;
    }

    Thread Starter m204prgmr

    (@m204prgmr)

    Kori,
    THANK YOU very much.!!
    Found the style sheet and have moved it a bit to the left.
    I’ll play a bit more.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Centering Logo’ is closed to new replies.