You can't nest the classic grid, since a span1 inside a span1 would still have the same fixed width.
But you can use the Fluid Grid, which basically defines the span width relatively to its parent (in %). Here is the doc : http://twitter.github.com/bootstrap/scaffolding.html#fluidGridSystem NB : the @gridColumns (number of columns) is the same for the classic grid and the fluid grid. Le dimanche 24 juin 2012 16:53:58 UTC+2, masterexmachina a écrit : > > My designer gave me PSD of my site where I can use grids. But I have > problem to use twitter bootstrap beacuse mostly I do not get how to do it? > Why? this is how design is set ... > 1. column = 200px > 2. columne = 3x300px > 3. column = 200px > gutter=15px > > with such layout I can only use grid on second column and 1. and third > should be somehow smaller ... how to do it? Can I use grid inside a grid? > is nested grid separated to 12 columns also? or? >
