I have a simple two column page that, when loaded a mobile device, goes to the upper left of the content and present half of a page.
I would like the page to span the width of the mobile device.
Suggestions?
doesn't work. I've tried variations of that. Still focuses on the upper left.
I would like the page to span the width of the mobile device.
Suggestions?
Code:
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
doesn't work. I've tried variations of that. Still focuses on the upper left.