I am designing playing around with bootstrap fluid layout. Here is my design: http://www.getaveo.com/_bootstrap4/_delete.html
I have:
span3 (gray)
span6 (orange)
span3 (red)
I would like this to happen...
1 of 2) I am trying to write @media screen if screen size is 768px iPad portrait view, then:
Right column, span3 (red) stack down, and becomes 100%. Orange column, span6 (orange) expands over or widen over more to the right edge. Or span6 becomes span9. Left column, span3 (gray) stays the same.
Or it becomes something like this:
http://www.getaveo.com/_bootstrap4/_delete2.html
2) Now view _delete html again...
Make the your browser window smaller like 480px wide or smaller, the span currently stacks like this:
gray
orange
red
What I would like to do is: if screen size is like iphone landscape view 480px or smaller, then, the order should be:
orange
gray
red