Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS How to structure mobile first nav? Reply To: How to structure mobile first nav?

#148155
Senff
Participant

Make a menu using standard UL/LI structure, with the default CSS styles as you would like to see it on mobile.
Then override those styles for desktop using media queries (if screen is larger than 600, show everything in a horizontal list…or whatever).

Something like this: http://codepen.io/senff/pen/ruDJt