Tagged: 

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

    Hi,
    I’ve tried to change the burger icon/ full menu breakpoint using some code found here in an other old topic, but it didn’t worked.
    So can you please tell me the right way to trigger the mobile menu (burger icon) at a specific px value.

    Thanks for your support!

    Regards
    Luca

    #1125672

    Hey viaggiareverde,

    Please try this code:

    
    @media only screen and (max-width: 1024px) {
      nav.main_menu, #menu-item-search {
        display: block !important;
      }
      .menu-item {
        display: none;
      }
      .av-burger-menu-main.menu-item-avia-special {
        display: block;
      }
    }
    

    Best regards,
    Victoria

    #1125696

    Hi Victoria,
    it works perfectly. Thank you!

    Regards

    Luca

    #1125705

    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 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Trigger mobile menu at a specific breakpoint’ is closed to new replies.