[Resolved] Turn "Hamburger" Mobile Menu off

Home Forums Support [Resolved] Turn "Hamburger" Mobile Menu off

Home Forums Support Turn "Hamburger" Mobile Menu off

Viewing 4 posts - 31 through 34 (of 34 total)
  • Author
    Posts
  • #619738
    David
    Staff
    Customer Support

    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%;
    }
    #619856
    Richard

    That did the trick! Yoohoo!

    Thanks again, David!

    #619857
    Richard

    Resolved.

    #619975
    David
    Staff
    Customer Support

    Glad to hear that!

Viewing 4 posts - 31 through 34 (of 34 total)
  • You must be logged in to reply to this topic.