Tagged: Mobile Menu not working
Hi – can you please look at my site below. I have added the following code but the mobile menu does not work on iPad. Please advise. Thanks-Anna
@media only screen and (max-width: 1100px) {
.av-main-nav > li > a { padding: 0 7px; }
}
@media only screen and (max-width: 1024px) {
#mobile-advanced, #advanced_menu_toggle, #advanced_menu_hide { display: block; }
nav.main_menu { display: none; }}
#wrap_all {
position: relative !important;
}
Hey annameis,
Your mobile menu code is working when I check on my end, it displays at 1024 pixels. Please try clearing your browser cache and reload a few times to see if that helps.
Best regards,
Rikard
hi
we are having the same problem,
main menu button works good on pc but not on mobile or ipad
support, we did everything recommended in the forum and still no fix
can you please have a look and maybe login to wp and advise fix
please please please
we have now tried everything!(((
Hi @jez999,
Your mobile menu activates at 990 pixels, how you do want to change that?
Best regards,
Rikard
hi
AFTER ADD NEW DATA TO THE DIVS SITE RESPONSIVENESS NOT WORKING!!!
On what pixel menu will be responsive will not help our situation!!!
please look at the site on mobile and advise,
thinks a lot
j
Hi,
If you want to change the breakpoint then you can use the following 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;
}
}
Edit the value 1024 to the pixel value of your choice.
Best regards,
Rikard