Bootstrap Flexible Grid is designed to be able to customize Twitter Booststrap 3 grid system columns' number on the fly.
<div class="row" data-columns="24">
<div class="col-md-8"></div>
<div class="col-md-16"></div>
</div>
You can customize each Bootstrap row
with data-columns
attribute and keep default columns' number for other row
.