I have three columns whose order and size I want to be different depending on the screen size. On desktop
----------------
|1 |2 |
--------|2 |
|3 |2 |
On mobile
---------------
|1 |
---------------
|2 |
---------------
|3 |
I've try but I can't get the desktop screen size to work properly. here my code: http://jsbin.com/yuyopowico/edit?html,css,output
Many thanks in advance