Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1168648

    My burger menu has disappeared, especially in mobile. I had to create a menu above the logo since 80% of my traffic is mobile. I’ve tried all variations in enfold with no luck. Is there a way to force the burger menu to return? My site listed below:

    #1168665

    Hey Marika,

    Add this to quick css:

    .av-burger-menu-main {
        display: block!important;
    }

    Best regards,
    Jordan Shannon

    #1168814
    This reply has been marked as private.
    #1168821
    This reply has been marked as private.
    #1168823

    Hi,

    Could you please try de-activating all active plugins temporarily and check if that helps? If it does not, could you create temporary admin logins and post them here privately so we can look into it? :)

    Regards,
    Yigit

    #1168833

    Post

    #1168834

    Hey,

    It was because of following code in Quick CSS field

    @media only screen and (max-width: 1230px) {
    nav.main_menu {display:none !important;}
    #advanced_menu_toggle, #advanced_menu_hide {display:block !important; }
    }

    I removed it. Please review your website :)

    Best regards,
    Yigit

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