Meta tag issue
-
Hello! I built a website using the Twenty Seventeen theme, with heavy CSS customization.
Everything looks fine on desktop, but tiny on a mobile phone. After much research I found that the reason is probably this line, which many of you know:
<meta name=”viewport” content=”width=device-width, initial-scale=1″>
This line does exist in my header.php, but in my website I completely disabled both header and footer.
I tried to add this line to my index.php (inside a head section that I created at the very beginning of the file), but this didn’t help.
How can I force mobile browsers to not downscale without using the header.php file?
- The topic ‘Meta tag issue’ is closed to new replies.