Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1112827

    I have been trying to figure out this issue for some time now and am at a dead end. When using the “customize” button when editing my website on a computer, I can see the mobile burger menu when changing the view to tablet and mobile. However, the burger menu is not displaying on any actual mobile phone or tablet. It is just an empty white space where it should be. I have combed through the CSS codes that are in place but can’t find anything that seems like it would hide the burger menu. It is also odd that i can see the menu when editing on computer but not when actually using a device with a smaller screen.

    #1112864

    Hey coresensors,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    .main_menu .avia-menu {
        display: block !important;
    }
    }

    Best regards,
    Rikard

    • This reply was modified 5 years, 9 months ago by Rikard.
    #1113296

    Hi Rikard,

    Thank you! This worked perfectly. I can’t count how many hours I spent trying to figure this out. Support here is excellent!

    #1113488

    Hi,

    Great, I’m glad we could help and thanks for the kind words :-)
    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1113732

    You can close this topic now. Thank you.

    #1113752

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Mobile burger menu not displaying’ is closed to new replies.