Hi,
on an iPad the menu overlays the logo, so I changed the css (according to other threads on this support forum) and that helped me in the way the menu is now in responsive mode. It work well except voor the IPad (IPhone not tested). On an IPad the menu won’t open with the menu-items but only with a window saying copy this link etc. (a window that normally appears later when using the menu).
Hope I can explain it enough in this way. You can have a look.
Thanks,
Jolanda
Hey jramerman,
What code did you use? Please paste it here. Please send us a temporary admin login so that we can have a closer look as well. You can post the details in the Private Content section of your reply.
Best regards,
Rikard
Hi this code I used at Quick CSS
@media screen and (max-width: 1200px) {
#advanced_menu_toggle { display: block !important; }
nav.main_menu { display: none !important; }
}
Hi,
Ok, I see. Could you try the following instead to see if that works better?
@media only screen and (max-width: 1200px) {
nav.main_menu {display:none !important;}
#advanced_menu_toggle, #advanced_menu_hide {display:block !important; }
}
Regards,
Rikard
Sorry late reply: this change results in an extra quarter with a X, but no menu unfortunately.
Any other suggestions?
Jolanda