I’m using foundation framework 3.2.
My content area takes 9 columns and a side bar (on the right side) takes 3 columns.
When I view the page on mobile device, my content area is first on top, then below content area side bar follows. That is of course the default grid behavior and works as expected.
Instead that, I would like to render side bar first and then below, content area.
Would that be possible?
Thanks!
I’ve used similar technic for Bootstrap (it’s framework-independent). I suppose you have a markup like this:
Put the sidebar on a first place:
Then float it right:
On mobile reset the float:
Check out how it works.