Hi,
when i activate the mobile menu for desktop and tablets, then desktop menu appears also in tablet portrait mode. I think it is a bug…
Best regards,
Sergej Rube
Hey codeunity,
It activates at 990px width, so it will be active on portrait orientation on an ipad but not on landscape for instance. If you want to have it present on both orientations then please try this in Quick CSS:
@media only screen and (max-width: 1024px) {
nav.main_menu {
display:none !important;
}
#advanced_menu_toggle, #advanced_menu_hide {
display:block !important;
}
}
Best regards,
Rikard
Hi Rikard,
okay but why it shows both menus? But however, your solution works.
Thanks.
Hi,
Thanks for the feedback. I’m not sure what you mean, did it show both the mobile and desktop menu at the same time? Anyhow, your site looks fine now on my end at least.
Best regards,
Rikard
Hi,
yes both were visible. That was the problem.
Best regards,
Sergej