Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1111184

    Good night , I have many menu items, so I have choosen the menu below the logo and Menu Items for mobile activate for mobile and tablets, but it only appears in the tablet when it is vertical, not horizontal…why it does not work in tablets in horizontal position?
    Thanks!!

    #1111449

    Hey ftt123,

    Which table size are you checking?

    Best regards,
    Basilis

    #1111544

    screen size: 9.7″ (1024×768 Pixels)

    #1111690

    Hi ftt123,

    Could you please give us a link to your website, we need more context to be able to help you.

    Could you please attach some screenshots of the issue?

    Best regards,
    Victoria

    #1111706
    This reply has been marked as private.
    #1111747

    Hi,

    Add this to quick css:

    @media only screen 
    and (min-device-width : 768px) 
    and (max-device-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,
    Jordan Shannon

    #1111859

    it works. Thank you Jordan!

    #1112044

    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 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.