Home › Forums › CSS › Twitter Bootstrap Help › Re: Twitter Bootstrap Help
August 27, 2012 at 2:24 pm
#108536
Member
If you are using the scaffolding, it’s broken up into 12 columns (ref). So in order to show two column blocks, you need to set two divs to span 6 columns each. I know that sounds confusing until you realize that no matter what size the screen is, there will always be 12 defined columns. You just need to figure out how many to span to get the number of visible columns you want.
| 01 | 02 | 03 | 04 | 05 | 06 | 07 | 08 | 09 | 10 | 11 | 12 |
| Column 1 | Column 2 |
and you do this by using the “span#” class:
...
...