Tagged: mobile menu
Hi Guys,
My website doesn’t display the menu stack on mobiles or tablets.
Can you help?
Thanks.
Hey petleyj,
Please send us a temporary admin login so that we can have a closer look. You can post the details in the Private Content section of your reply.
Thanks,
Rikard
Hi Rikard,
Please find the details in the box below.
Hi,
you’re using some code which is causing this. For example remove this one:
@media only screen and (max-width: 989px) and (min-width: 768px) {
.responsive .av_mobile_menu_tablet .main_menu .avia-menu {
display: none;
}}
Best regards,
Andy
Hi Andy, sorry for the overdue reply.
Could you let me know where that line of code is or are you able to remove it for me?
I’ve searched in all the files to get nowt.
Thanks,
James
Hi,
no idea where you have used this code. Maybe it’s inside Quick CSS field, maybe inside custom.css or maybe somewhere else. If you can’t find it then add this code:
@media only screen and (max-width: 989px) and (min-width: 768px) {
.responsive .av_mobile_menu_tablet .main_menu .avia-menu {
display: block !important;
}}
Best regards,
Andy