[Resolved] Can’t remove mobile menu

Home Forums Support [Resolved] Can’t remove mobile menu

Home Forums Support Can’t remove mobile menu

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #468468
    Jeff

    Hi,

    Can you please let me know how to disable the mobile menu? It enabled itself when I made an edit to another menu and now I can’t get rid of it. The mobile header is already disabled but the menu remains.

    A screenshot of the menu is below.

    Screenshot

    #468526
    Leo
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    @media (max-width: 768px) {
        .main-navigation {
            display: none;
        }
    }

    If this doesn’t work can you link me to the site?

    Thanks.

    #468554
    Jeff

    Hi Leo,

    Thanks for the quick response. That CSS didn’t work and it removed everything above the menu, but not the menu itself.

    Also, I can’t get any of the mobile drop downs to work – even the one I’m trying to remove. I’ve linked my site below as you requested.

    Best,
    Jeff

    #468643
    Jeff

    Hi Leo,

    I figured it out, it was the secondary nav menu. Thank you for your time!

    #468674
    Leo
    Staff
    Customer Support

    Glad you figured out!

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