html - Bootstrap 3.3.2 - Can I have more than 12 rows? -
i trying split row space have 13 columns, not 12. every time had 13th column row breaks rows, regardless of width of container. 12 fixed/
how define 13 columns?
i tried:
<div class="col-lg-13"> <div class="row little-padding">
i tried:
<div class="row little-padding col-lg-13">
but still, 12 per row remains...
you can create custom version of bootstrap, , specify number of columns want work via official site.
http://getbootstrap.com/customize/#grid-system
that link takes directly grid system components.
Comments
Post a Comment