K
K
KurtsKhalia2018-06-05 13:48:39
Layout
KurtsKhalia, 2018-06-05 13:48:39

Why do smartphones display the site incorrectly?

I also use it on the computer when the windows are resized, everything is displayed normally, but smartphones see the site as if it is open on the desktop, what could be the problem?
@media screen and (max-width: 960px)

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
Shutivets, 2018-06-05
@Shutivets

viewport?

C
CODALSD, 2018-06-05
@CODALSD

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

Probably forgot to add to head

A
Artem Bolukhta, 2018-06-05
@bolart

Try

<meta name="viewport" content="width=device-width, initial-scale=1">
put it in the head tag

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question