When I view our site (www.got2bmoving.com) on the iPad and load a new page, i.e. “News”, the horizontal non-mobile top nav menu appears before the mobile drop-down menu kicks in.
Is there any way to prevent the horizontal non-mobile menu from appearing first?
thanks!
Hey Jane!
Thank you for using the theme. I hope you’re doing great.
Please add this on Quick CSS or custom.css:
@media only screen and (max-width: 1003px) {
#avia-menu {
display: none !important;
}
}
Regards,
Ismael
Sweet! This works perfectly now. Thanks, Ismael.