When I turn an iPad side ways, the navigation over laps the logo. How do I set it so the mobile navigation becomes active for theses screen dimensions?
Same problem here.
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 1024px) {
nav.main_menu {
display:none !important;
}
#advanced_menu_toggle, #advanced_menu_hide {
display:block !important;
}
}
Best regards,
Rikard
Thank you. Will try that out.
Hi,
Let us know if it works well and if we can close the thread or if you need more assistance :)
Best regards,
Nikko