[Resolved] hamburger menu on mobile

Home Forums Support [Resolved] hamburger menu on mobile

Home Forums Support hamburger menu on mobile

  • This topic has 3 replies, 2 voices, and was last updated 2 years ago by David.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2145224
    Richard

    Hey Guys,
    I’m attempting to place the hamburger menu on mobile to be below the logo. Can you help?

    https://bit.ly/3Klzw6x

    Thanks
    Rich

    #2145269
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    #mobile-header .menu-toggle {
        flex: 1 0 100%;
        text-align: right;
    }

    you can change the text-align property to left, or remove it altogether to center it

    #2145594
    Richard

    Thanks David, all sorted:)

    #2145669
    David
    Staff
    Customer Support

    Glad to hear that

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