Tagged: Mobile Menu not working
-
AuthorPosts
-
February 16, 2017 at 3:31 am #747759
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;
}February 17, 2017 at 4:41 am #748202Hey 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,
RikardMarch 23, 2017 at 1:56 pm #765437hi
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 pleasewe have now tried everything!(((
March 24, 2017 at 7:00 am #765942Hi @jez999,
Your mobile menu activates at 990 pixels, how you do want to change that?
Best regards,
RikardMarch 24, 2017 at 9:00 pm #766388hi
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
March 26, 2017 at 6:36 am #766826Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.
