I’m in the process of turning a clients wordpress site into a responsive design, mostly just building a mobile version.
The client has expressed that they don’t want all of their pages to appear on the mobile site, so instead of the full 7 primary menu items, I’d only be using 5.
I’m not sure what the best way to do this would be, I’ve only ever built Mobile sites separately before. Any input would be appreciated, or links to tutorials / information regarding what I’m trying to do. Thank you.
You could give those elements custom classes and then hide them based on device max-width. You can setup any number of rules like this and this is what is commonly known as a media query. It’s the basis for changing styles based on size.
You can also set a range.