Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #865895

    Sorry, I had another question on #864072.

    Is there a way to show the main menu with the links at the top on tablets instead of the burger menu? See link.

    Thank you for your great support!

    #865979

    Hey vegasft,

    Add the following to quick css:

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

    Best regards,
    Jordan Shannon

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.