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 cloud also simply override the width of the Column...
Since col-md-1 is of width 8.33333333%; simply multiply 8.33333333 * 1.5 and set it as your width.
col-md-1
in bootstrap 4, you will have to override flex and max-width property too:
bootstrap 4