I am working on a responsive site that when on desktop / large screen it will be in the following layout.
- Header
- Menu
- Content
Then when it’s in phone / small screen it will be
- Header
- Content
- Menu
How can do this? The examples I’ve seen all seem to use absolute positioning, but I want it to be dynamic to the size of the screen and size / move dynamically.
Thanks!
You can use CSS3 flexbox
box-direction: reverse;property. Write like this:Check this http://jsfiddle.net/Hj5pz/