Answer the question
In order to leave comments, you need to log in
How to set a non-standard width for a Bootstrap column?
Greetings!
For example, there are 2 columns, but the column width in `col-sm-4` is too small when the column width in `col-sm-5` is already too large.
How does Bootstrap set the width of the column, which, for example, will be between the specified `col-sm-4` and `col-sm-5`?
Thank you!
<div class="container">
<div class="row">
<div class="col-sm-4"></div>
<div class="col"></div>
</div>
</div>
Answer the question
In order to leave comments, you need to log in
How does Bootstrap set the width of the column, which, for example, will be between the specified `col-sm-4` and `col-sm-5`?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question