Site: http://www.heswallphysio.com
I am having a few issues with the top navigation menu with an iPad, both in landscape and portrait views. The menu doesn’t align and overlaps the logo. I’m not sure on how to fix this. Can you offer any suggestions pls?
PS. I absolutely love working on your themes!
Hi Mark!
Add this to your custom CSS.
@media screen and (max-width: 990px) {
nav.main_menu { display: none !important; }
#advanced_menu_toggle { display: block !important; }
}
You may need to play around with the 990px value.
Regards,
Elliott
That’s perfect, thank you.