The bootstrap grids are based on left floating (gutters on the left). So it would be difficult to swap the columns just with classes.
Best solution is to place the .span3 after the .span9 in the code. Cheers. On Monday, July 2, 2012 9:18:57 PM UTC+2, Martin Bless wrote: > > I'd like to start with the fluid.html example. But I would like to have > the two main columns switch place. I want the main content to start at the > left top. So the <div class="well sidebar-nav">...</div> should be right to > it. > > Q: Can I achieve this by adding classes only? Or is it a must that I place > the code of the div AFTER the code of the main content? > > Regards ... > > Martin > >
