I have to make menu
for small screen sizes
in wordpress template
. i want to add some code like below in menu.
<select>
<option>Home</option>
<option>About</option>
</select>
wordpress
default creating menu through ul
li
I don’t know how to add code
in menu
. plz anybody can do this?
I am assuming you are creating a responsive site?
If you don’t mind some jQuery you can create a select navigation like this:
Hide the
<select>
by default:Hide main nav and show
<select>
on smaller screens: