javascript - Wordpress: Theme original menu not hiding on mobile view -
i using wordpress responsive menu-plugin. when in mobile view 2 menus - plugin menu , theme's original menu. working on local cant give web address.
find wrapping div of main menu , write media query hide in mobile sizes.
@media(max-width:768px){ .wrapping-class{ display: none; } }
Comments
Post a Comment