Answer the question
In order to leave comments, you need to log in
How to make the content taller than the sidebar on the mobile version?
Here is the situation.
There is a structure like this
<div class="row">
<div class="col-md-4 col-xs-12">типа сайдбар</div>
<div class="col-md-8 col-xs-12">контент</div>
</div>
Answer the question
In order to leave comments, you need to log in
<div class="row">
<div class="col-md-8 col-md-push-4">Контент</div>
<div class="col-md-4 col-md-pull-8">Сайдбар</div>
</div>
<div class="row">
<div class="col-md-8 col-xs-12 pull-right">контент</div>
<div class="col-md-4 col-xs-12 pull-left">типа сайдбар</div>
</div>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question