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

    Hi,
    Even after activating in settings.
    Also adding

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

    Mobile menu doesn’t work on tablet or small screen computer

    #1252404

    Hey koomo,

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

    If that doesn’t work either then please post admin WordPress login details in private so that we can have a closer look at your site.

    Best regards,
    Rikard

    #1252650

    Work perfectly.
    Thank you very much

    #1252872

    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 ‘Mobile menu not working on tablet’ is closed to new replies.