html - Reorder column stack in different screen size -
say in bootstrap or foundation, possible achieve layout?
you see problem here? top column should @ bottom when in tablet size. push/pull trick isn't applicable here because different type of column reordering.
you have ideas?
you can use order
property in css flex-boxes.
https://scotch.io/tutorials/a-visual-guide-to-css3-flexbox-properties#order
check browser compatibility here http://caniuse.com/#search=order
Comments
Post a Comment