My objectives are:
- full screen
- sidebar menu, and content
- when resized to mobile, menu on top, rest below
- thats it
I liked the Foundation grid. But I’ve found no ‘legit’ way to do that.
Is it possible, or what grid framework would you advise for that?
Sounds like all you really need is:
CSS:
Alternatively, have two navbars (one for normal devices, one for mobile) and just show/hide them using the media query.