Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1040491

    Hey guys,…

    The usual code for this is no longer working. Any updated code? Here’s what we have installed now (from a 2017 post) and it’s not giving us a hamburger menu on Ipad Landscape:

    @media only screen and (max-width: 1024px) and (min-width: 768px) {
      .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item {
        display: none;
      }
    
      .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special {
          display: block;
      }
    }

    Thanks for your help.

    #1040629

    Hey Diana,

    Please try this instead:

    @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

    #1042295

    Sorry for the delay… That did it. Thank you again for the awesome support!

    #1042651

    Hi,

    Great, glad you got it working. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1135518

    Hi support team, one year later, the code from 2018 doesn’t work … I can setup every resolution, the burger menu not showing on my iPad in landscape.
    Many thanks und regards flo

    #1135778

    Hi flomojoe,

    Could you post a link to your site so that we can have a closer look please?

    Best regards,
    Rikard

    #1135865

    Hi Rikard,
    the link to my website …
    Thank you and best regards,
    flo

    #1136247

    Hi Rikard, all well, there was a caching problem on the ipad. Your code works also in 2019 … :-)
    Sorry Flo

    #1136903

    Hi,

    Awesome! Glad it works. We’ll close the thread now. Please don’t hesitate to open a new thread if you need anything else.

    Have a nice day.

    Best regards,
    Ismael

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘Display Hamburger Menu on Ipad Landscape and Ipad pro Portrait’ is closed to new replies.