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

    Hi guys!

    How do I make the mobile menu show up sooner? The main nav. looks messy on iPad cause it’s not switching to mobile menu soon enough.

    Thank you in advance

    #1029046

    Hey Courtney,

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

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

    You can adjust the pixels value in the media query if you would like the break at a different width.

    Best regards,
    Rikard

    #1029979

    Great! Thank you so much!

    #1030010

    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 ‘Make main navigation go to mobile menu sooner’ is closed to new replies.