I tried following your advice, but still not working, html code is like 
following:

<div class="span4">
main content
</div>
<div class="span4 pull-left">
left sidebar
</div>
<div class="span4 pull-right">
right sidebar
</div>

the result is still: the main content in the left, left sidebar in the 
center, right sidebar in the right

在 2012年10月3日星期三UTC+8下午8时32分53秒,iange87写道:
>
> Yes, you can do that. Give each column the class "span4" then for the left 
> bar add "pull-left" and the right add "pull-right" which should give you 
> the look you're after.
>
> On Monday, October 1, 2012 3:00:31 PM UTC+1, Bill Weye wrote:
>>
>> I'm trying to retro fit a current site into a responsive bootstrap site. 
>> It has 3 columns that is source ordered (the main, middle column is at the 
>> top of the source code because the sidebars are floated left and right). 
>> So, can I do this with bootstrap?
>>
>> Thanks for your help.
>>
>

Reply via email to