I’m buildinga site with CSS Media Queries for mobile and I need to switch places on 3 divs.
This is how it looks now : http://jsfiddle.net/snowman/3kZW2/
And this is what I need : http://jsfiddle.net/snowman/7S7e9/
Is this possible with just changing the css of version 1?
One way to achieve this is by setting widths on the DIVS and then using float right:
http://jsfiddle.net/wabJn/