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

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -