css - Proportionate Columns in Bootstrap -
does bootstrap have way specify justified columns, in same way tables? in other words, know want 6 columns across, using span2 give me 6 equal columns. inconsistent because of columns have less text others, , want them equally spaced.
if resorted tables , didn't specify column widths, distribute each column width proportionately, giving me exact effect i'm looking for.

any ideas?
no, can not. not unless want tweak grid yourself. having span2 column has less width other span2 columns breaks layout , defeats point.
one possibility create inner div inside column , give either padding or margins make content area smaller.
otherwise, roll own grid , use instead. it's easy.
Comments
Post a Comment