I want to adjust the columns in Twitter Boοtstrap.
I know in bootstrap there are 12 columns grid. Is there any way to manipulate the grids to have 1.5 3.5 3.5 3.5 i
you can use this code inside col-md-3 , col-md-9
.col-side-right{ flex: 0 0 20% !important; max-width: 20%; } .col-side-left{ flex: 0 0 80%; max-width: 80%; }