How can i get the following behaviour?
md and lg
------------------------------------------------
| img-3 | table-6 | price-3 |
------------------------------------------------
sm
----------------------
| img-6 | price-6 |
----------------------
| table-12 |
----------------------
xs
-------------
| img-12 |
| table-12 |
| price-12 |
-------------
Help is very appriciated!
So far i only managed to do md/lg and xs. But somehow i can not manage to get price and table switch as well as table have size 12 in sm size.
Here is what i di so far: http://jsbin.com/gupanexasa/edit?html,output
I read: Bootstrap 3 changing div order on small screens only and Bootstrap: change div order with pull-right, pull-left / 3 columns
but could not reproduce it for sm size...