I'm trying to create a simple website that's responsive and has a right sidebar.
Preferably I would like the right sidebar to stack at the top on mobile devices.
Here's my code: http://jsfiddle.net/wyLTA/embedded/result/
What do I need to change to make it full width, and not stuck on the left?
Just figured it out, moving from span6
to span9
did the trick.
Code: http://jsfiddle.net/wyLTA/9/embedded/result/
[though still want to know how to make sidebar stack up to top instead of bottom]