Had a recent question answered, but have noticed an adverse affect…
So I add the following css code in order to remove the nav menu and display the mobile menu, but on pressing the mobile menu, nothing happens…is there something I need to do in order to make this work…
The code added
@media only screen and (max-width: 959px) {
nav.main_menu { display: none !important; }
#advanced_menu_toggle { display: block !important; }
}
Cheers
Hi uvanlj1!
Send us a link to your site and we’ll take a look. You can set your reply as private if you wish.
Cheers!
Elliott
To add, it’s only until I get to the actual mobile width (I believe) when the mobile menu works. When the site is in the ‘in between’ width range, I press the menu button, and nothing appears, although I can see the menu div appear in firebug
Cheers
Hi!
Not sure what’s going on there but you can add this to your custom CSS to fix it.
#mobile-advanced, #advanced_menu_hide { display: block !important; }
Best regards,
Elliott
That worked…thank you heaps…
Going to use this theme a lot with new client coming on board…it’s very good…