Hi I have some problem with the main menu’s length. Is it possible to show responsive menu before or at a specific size of the screen?
Hi lorenzocristofori!
@media screen and (min-width: 768px) and (max-width: 1024px) {
.avia-menu.av-main-nav-wrap {
display: none;
}
#advanced_menu_toggle, #advanced_menu_hide {
display: block;
}}
Normal menu will not be shown and instead mobile menu will be visible for a screen size between 768-1024 px. Adjust as needed.
Regards,
Andy