Viewing 2 replies - 1 through 2 (of 2 total)
  • Try this in the CSS around line 490:

    Change
    #header-container > div {
    margin-top: 20px;
    text-align: right;
    }

    to

    #header-container > div {
    margin-top: 20px;
    text-align: center;
    }

    Thread Starter minca

    (@minca)

    Thank you, RebeckaH!

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

The topic ‘Centering custom logo’ is closed to new replies.