D
D
Danil2016-05-12 15:31:26
css
Danil, 2016-05-12 15:31:26

How to set min-width for mobile in bootstrap without changing the initial scale?

I'm using Bootstrap 3.
Asked

@media (max-width: 991px) {
    body {
        min-width:500px;
    }
}

And when I go in, my viewport is equal to the width of the device's screen, that is, it looks like this:
7c6efc4a2e66409c985ec6f69346d3ef.png
In the header is:
<meta name="viewport" content="width=device-width, initial-scale=1">

And Bootstrap does not recommend deleting it. I want the viewport to be full page. Tell me where to fix it?
UPD
Same question on stackoverflow

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question