B
B
biver642016-01-14 12:29:56
css
biver64, 2016-01-14 12:29:56

Bootstrap responsive design not working, what to do?

Good afternoon.
Faced the following problem.
Site on symfony
Designed by Bootstrap
The template turned out to be rubbery and works correctly. when you change the width of the browser, everything shrinks and the columns crawl as they should.
But there is one thing but ..... On the phone (Smartphone androyd), the categorical does not want to switch to a compressed version for this resolution. Namely, it displays the full version as if you were just watching from a regular computer.
I tried using this method

<meta name="viewport" content="width=device-width, initial-scale=1.0">
        <link rel="stylesheet" href="{{ asset('css/bootstrap.min.css') }}">
        <link rel="stylesheet" href="{{ asset('css/bootstrap-theme.min.css') }}">

But "viewport" did not give me any result ... I shoveled a bunch of everything on the Internet, but there is no other solution but
Tell me what to do and how to be? where to look for a problem at least ...
Thanks in advance for advice on solving this problem

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Andrey Savrasov, 2016-01-14
@alcorn

Check if some element protrudes beyond the wrapper.

B
biver64, 2016-02-02
@biver64

I solved the problem! It turns out that everything was done right from the beginning! but for some reason the cache was not cleared after the command through the terminal, as a result, I demolished the cache folder manually and immediately everything worked and the settings were applied PROBLEM SOLVED. the cache was very insidious

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question