Problem in the responsive version of the site [closed]

-2

Good afternoon guys,

I developed a website for a client, in wordpress, the site is sgcsolucoes.com.br. My problem is that it looks like the responsive css is not catching. The desktop site is right. When I open the phone, it opens the same version of the desktop, but when I go to the customize menu and choose the responsive mode, the simulator stays right, but when I open the phone the desktop version continues to appear.

I have already disabled all plugins, I have already chosen another theme, and it still does not work.

The Responsive Site should look like the image.

Thank you!

    
asked by anonymous 10.12.2018 / 19:15

1 answer

1

Your problem is that maybe for some reason you removed this line from your <head>

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

Here you have more details about what it is and the values of this meta tag Media query does not work on non-responsive site

See in the image, when I insert this line in your head responsive style happens to be applied:

    
10.12.2018 / 19:34