javascript - Flexibility of Twitter Bootstrap Layouts -


i using yahoo user interface (yui) grids layouts. find easy using these grids. there no fuss in getting in layout of (for example) 1350px, centered. , can add left nav coloumn of 300px , right main column of 1050px.

i , feel of twitter bootstrap. try out full package (only using controls need). start layout. have tried find articles on how set width width need be. how set width 1350px. or maybe 1500px wide. don't want width adjust based on width of screen. don't mind scroll bars @ bottom of browser. , left nav of 300px , rest fill 1050px.

is possible in bootstrap? opinions on using layout of bootstrap compared other layouts.

the 1350px demo width, want know if bootstrap can handle width want be. how flexible bootstrap layouts?

i struggled myself , wrote full answer here: how change default bootstrap fluid grid 12 column gutter width

hope helps!

basically, column , gutter widths set in variables can customize. thing can set column , gutter widths want , specify one, two, three, four... etc. columns wide left column or content column, etc.

and have width not fluid, use class="row" instead of class="row-fluid"

but once have set gutter widths , column widths, can't specify widths. multiples of columns plus each corresponding gutter.


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -