Quantcast
Channel: Topic Tag: mobile | WordPress.org
Viewing all articles
Browse latest Browse all 22090

Justin "WP Guru" Hemker on "[Theme: Tiny Forge] large blank space to right of site container in mobile view"

$
0
0

It looks like the problem may be related to not setting the initial viewport scale. Look in your UYSH child theme directory for the header.php file and you should find:
<meta name="viewport" content="width=device-width" />

try and change it to:
<meta name="viewport" content="width=device-width,initial-scale=1">

Cheers!


Viewing all articles
Browse latest Browse all 22090

Trending Articles