S
S
Sergey ZSA2015-03-12 02:42:43
css
Sergey ZSA, 2015-03-12 02:42:43

Why is the site not adapting to android?

Hello. The following problem arose - the site mama-sfera.ru (there is only a background) does not adapt to Chrome for android. It turns out here is such a horror: b56a295d20da4c31af230be5d3ef5617.jpg
How to be? What to do?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
D
Daniil Rozyev, 2015-03-12
@GANGST1ER

It says the site is under construction!

D
D', 2015-03-12
@Denormalization

Try replacing max-width with max-device-width or device-width .

K
Konstantin B., 2015-03-12
@Kostik_1993

Most likely on the phone itself, desktop simulation is enabled in the browser

R
Roman Sultanov, 2015-03-12
@Sezyara

Try the following:

<head>
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no">
</head>

body {
background: url(2.jpg) center center no-repeat fixed;
background-size: cover;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question