S
S
Sergey Uspenskiy2018-02-22 15:00:57
Mobile development
Sergey Uspenskiy, 2018-02-22 15:00:57

What is the problem of adaptability on mobile devices?

There is a site remontstroikomplex.ru/.
When the site width is reduced in the browser, the adaptive layout works and the blocks change their position.
On mobile devices, it is displayed in the version for the desktop monitor, although the parameters seem to be set correctly

<meta name="viewport" content="width=device-width, initial-scale=1.0">

Yes, and bootstrap 3, as elsewhere.
How to properly configure the site so that the site is correctly responsively viewed from mobile devices?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
O
Oleg, 2018-02-22
@Sergey_Uspenskiy

Uncomment

<meta name="viewport" content="width=device-width, initial-scale=1.0">

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question