Change stack order in mobile view at 1140 grid?

Posted by iHaveacomputer on Stack Overflow See other posts from Stack Overflow or by iHaveacomputer
Published on 2012-08-29T04:46:11Z Indexed on 2012/10/10 21:38 UTC
Read the original article Hit count: 135

Filed under:
|
|
|
|

I want to implement the 1140grid at my site. The layout is pretty simple:

100% header
25% sidebar 75% page
100% footer

see also http://jsfiddle.net/KB5Nq/

the problem is that i would like to change the stack order when the site is in mobile view:

100% header
100% page
100% sidebar
100% footer

however, by default it arranges the blocks in the same order as they appear in the source code: header, sidebar, page, footer.

is there an easy css-only fix for that?

© Stack Overflow or respective owner

Related posts about css

Related posts about html5