Answer the question
In order to leave comments, you need to log in
How to disable responsiveness in Bootstrap?
Hello! Can you please tell me how to disable responsiveness in bootstrap? Make sure your site looks the same on all devices.
Answer the question
In order to leave comments, you need to log in
There is in the documentation.
for memory - .container {width:1200px !important}
and don't use col-xs-*
Set all grid values the same
<div class="row">
<div class="col-xs-6 col-md-6">что то тут</div>
<div class="col-xs-6 col-md-6">что то тут</div>
</div>
1. Change < meta >
2. width: 970px !important;
3. For grid use .col-xs-*
getbootstrap.com/getting-started/#disable-responsive
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question