Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #859293

    I used the code from another post to activate the mobile menu at a different screen size/breakpoint:

    nav.main_menu {display:none !important;}
    #advanced_menu_toggle, #advanced_menu_hide {display:block !important;}

    The normal menu disappears, but the mobile menu doesn’t. Any help with this would be great.

    #859309

    Hey,

    Please use following code instead

    @media only screen and (max-width: 1200px) {
    .av-main-nav > li.menu-item { display: none; }
    .av-main-nav > li.menu-item-avia-special { display: block; }
    }

    Regards,
    Yigit

    #859343

    That worked great. Thanks!

    #859707

    Hi,

    You are welcome! Let us know if you have any other questions or issues!

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Mobile Menu Doesn't Display When Changing Breakpoint for It's Activation’ is closed to new replies.