When you nest regular rows inside of spans, you no longer go off the 12span model. You go off whatever span count you are nesting within. Example:
=row =span9 =row =span5 /span5 =span4 /span4 /row =row =span5 /span5 =span4 /span4 /row /span9 =span3 /span3 /row In this case you have span9 in a fixed layout. That means in your nested row, you "only" have 9 columns you can work with. If you instead are using a fluid layout, you would then use the 12 column layout within your nested row.. =row-fluid =span9 =row-fluid =span6 /span6 =span6 /span6 /row =row-fluid =span6 /span6 =span6 /span6 /row /span9 =span3 /span3 /row The best way to understand this is to review the scaffolding page: http://twitter.github.io/bootstrap/scaffolding.html It explains it all in much better detail then I did above. Hope this helps. If not, what is the specific issue you are having with "the third image"? - J e f f C o n k l i n - - http://www.getoutsidenj.com - http://twitter.com/GetOutsideNJ - http://www.carabs.com On Thu, Jun 27, 2013 at 7:54 AM, Mees Frenkel Frank < [email protected]> wrote: > Hi, > > how do i achieve this? (see attachment for a good example). > > I am getting problems from the third image... > > Thanks a lot. > > -- > You received this message because you are subscribed to the Google Groups > "twitter-bootstrap" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "twitter-bootstrap" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
