The site does not adapt to the mobile version

0

I made a site that has some images side by side, horizontally.

What happens is that in the mobile version these images should be one underneath the other and with the text underneath each, but these images are displaced and some are on top of the text.

But when I'm going to change I can not change one by one. Change them all and misconfigure more.

How do I solve this problem?

    
asked by anonymous 20.07.2017 / 17:23

1 answer

-1

Use in your head

<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
    
20.07.2017 / 18:00