R
R
Roman Kuzmenko2016-09-28 18:03:15
JavaScript
Roman Kuzmenko, 2016-09-28 18:03:15

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

3 answer(s)
0
0leg5ergeev, 2016-09-28
@0leg5ergeev

There is in the documentation.
for memory - .container {width:1200px !important}and don't use col-xs-*

N
Ninja Mate, 2016-09-28
@victorzadorozhnyy

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>

S
Sergey Tutukov, 2016-09-28
@sftutukov

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 question

Ask a Question

731 491 924 answers to any question