Hi,
Last month I needed a solution for a responsive menu on http://www.knight-graphics.co.uk
Brad recommended the WP Responsive Menu plugin, which worked, though I was instructed to add the following code to stop both the responsive menu AND the web menu showing up on mobile:
Kindly go to Appearance»Theme Options»Basic Settings»Custom CSS Box:
Add this code there:
@media screen and (max-width:767px) {
.toggle { display:none;}
}
I’m now trying to do exactly the same thing on my own site: http://askymoreblue.com
I’ve installed the same WP Responsive Menu plugin, used the code above, but both menus are showing up on mobile. (In addition, when I tried to uninstall the plugin it wiped both menus, not just the responsive one, so it was back to square one!)
So… how do I just get the responsive menu to show on mobile please?