I need a 2.5 column and a 9.5 column in Bootstrap 3. Can somebody please give me a solution? The only answer i've found is a partition of 3 columns. i need 2 half-columns.
If you are using the bootstrap sass files you can do it this way:
.col-md-half {
@extend .col-md-1;
width: percentage((0.5 / $grid-columns));
}
This is a similar to Ardee Aram's solution but makes use of the bootstrap $grid-columns variable instead.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With