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!!
Hey ftt123,
Which table size are you checking?
Best regards,
Basilis
screen size: 9.7″ (1024×768 Pixels)
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
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
it works. Thank you Jordan!
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon