Answer the question
In order to leave comments, you need to log in
How to set sidebar width to 300px in bootstrap 3?
Please tell me how to make the sidebar width 300px in bootstrap 3.
It is important that the adaptive layout does not suffer.
https://codepen.io/Dmitrycode/pen/GRobOQB
<div class="container">
<div class="row">
<div class="col-md-9 content">left</div>
<div class="col-md-3 sidebar"> sidebar</div>
</div>
</div>
@media only screen and (min-width : 1350px) {
.container {
width: 1320px;
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question