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!
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