twitter bootstrap 2 column fixed layout broken

Buddy

New Member
my website http://whoisdomains.co.uk/is using twitter bootstraphttp://twitter.github.com/bootstrap/index.htmlI am attemptimg to use the two column layouthttp://twitter.github.com/bootstrap/scaffolding.html#gridSystemThe code they give is\[code\]<div class="row"> <div class="span4">...</div> <div class="span8">...</div></div>\[/code\]I however swop the 8 and the 4 around, but dont see why this should make a difference. AS you can see frommy website i have put some dummy text in but its broken and overlaps
 
Back
Top