Hi,
The mobile menu isn’t working on my site. Can you tell me how to fix this? I think it may have to do with this plugin I’m using, plugmatter, but they said it was a theme issue.
Thanks,
Daniela
Hey Duslan82!
Does it work if the plugin is deactivated? I guess it all depends on how you look at it but if a plugin removes functionality from a theme I would say the plugin is to blame. You could try the following CSS to see if you have any luck with it, just paste in Quick CSS under Enfold–>General Styling:
@media only screen and (max-width: 767px) {
nav.main_menu {display:none !important;}
#advanced_menu_toggle, #advanced_menu_hide {display:block !important; }
}
Regards,
Rikard
It worked! Thanks!