Reputation: 20190
I have a row with span13 (can we do that?...it seems to look better)
My more important question is the page only scales to around 1200 even though the twitter bootstrap page says
With the responsive CSS file added, the grid adapts to be 724px and 1170px wide depending on your viewport
Is there any way to have it adapt up to 2000px? or am I stuck with 1170px as my maximum size?
thanks, Dean
Upvotes: 0
Views: 724
Reputation: 21050
Work out the size you want including column sizes and margins and then use the Bootstrap customise page to create new css files to work from:
http://twitter.github.com/bootstrap/customize.html
I'd advise sticking to 12 columns as that's how Bootstrap is set up to work.
Upvotes: 1