• Resolved hlubi

    (@hlubi)


    I have a website with no menu. The desktop version works perfectly and does not show the menu.

    The mobile version shows the hamburger menu.

    How can I remove the hamburger menu?

    The page I need help with: [log in to see the link]

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

    (@brankoconjic)

    Hey @hlubi,

    Log into your WordPress Dashboard, then go to Appearance ? Customize ? Header ? Main Navigation ? Mobile Menu and for the “Mobile Breakpoint” set 0.

    Thread Starter hlubi

    (@hlubi)

    Thank you @brankoconjic , the only downside is that the logo becomes fixed to a smaller size. but the hamburger menu is gone!!

    Branko

    (@brankoconjic)

    That’s typically handled when mobile navigation is shown, but since you are not using it you can try with custom CSS. Try adding this CSS into the Additional CSS field in Appearance ? Customize:

    .sinatra-header-layout-3 .si-logo-container .si-header-element {
        flex-basis: 100%;
    }
    • This reply was modified 3 years, 8 months ago by Branko.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Remove Hamburger Menu On Mobile’ is closed to new replies.