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

    I have just updated the theme to the latest but I still can’t get the burger menu on the ipad. It shows on the phone but not ipad.

    Help please?

    Thanks,
    Ginny

    #899148

    Hi Ginny,

    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;
      }
    }
    

    Best regards,
    Rikard

    #899198

    That did it! Thanks!

    #899274

    Hi,

    I’m glad this helped. 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 ‘How do I get the hamburger menu on an ipad?’ is closed to new replies.