Answer the question
In order to leave comments, you need to log in
How to make the menu in bootstrap in the mobile version of the block adjacent to the edges?
There is a simple structure:
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-9"> <!-- основной контент -->
<div class="col-xs-12 col-sm-6 col-md-6 col-lg-4">
этот блок повторяется неопределенное число раз
</div>
</div>
<div class="col-xs-12 col-sm-3"><!-- боковая панель -->
</div>
</div>
</div>
Answer the question
In order to leave comments, you need to log in
@media screen and max-width(320px){
.col-xs-12{
padding: 0;
}
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question