Site logo

Archived topic

Turn "Hamburger" Mobile Menu off

33 replies · Started by Richard on June 18, 2018

Viewing posts 31–34 of 34

Try this for centering the logo:

#sticky-navigation .inside-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#sticky-navigation .inside-navigation .sticky-logo {
    margin-left: auto;
    margin-right: auto;
}
#sticky-navigation .inside-navigation .sticky-logo .header-image {
    left: 50%;
}

That did the trick! Yoohoo!

Thanks again, David!

Resolved.

Glad to hear that!

This archived topic is closed to new replies.