Search code examples
htmlcsstwitter-bootstrapresponsive-designsidebar

Making twitter bootstrap full-width?


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?


Solution

  • 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]