Missing an important <meta> tag on homepage.

Hi,
After noticing the new website changed, I decided to look at it on my phone and tablet, and unfortunately, it does not show the site in a responsive aspect on my mobile devices.
If one of you developers get a chance, please add the following inside the <head></head>:
Thanks in advance!
After noticing the new website changed, I decided to look at it on my phone and tablet, and unfortunately, it does not show the site in a responsive aspect on my mobile devices.
If one of you developers get a chance, please add the following inside the <head></head>:
- Code: Select all
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
Thanks in advance!