Skip to main content
This topic has been closed for replies.
Correct answer osgood_

Change the viewport meta tag at the top of your page from:

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

To the below and see if that makes any difference:

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

2 replies

osgood_Correct answer
Legend
May 5, 2017

Change the viewport meta tag at the top of your page from:

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

To the below and see if that makes any difference:

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

ianc90180283
Participant
May 5, 2017

thank that seems to have done the trick.. happy days

Preran
Legend
May 5, 2017

Can you provide more details on what we should be testing on your site to reproduce your issue? Your page downloads fine on my computer.

Thanks,

Preran

ianc90180283
Participant
May 5, 2017

Hi Preran

When I scale my screen and use my preview mode on my phone all works as it should. Once I upload to my server it seems to drop all responsive structure.

I have taken a couple of screenshots on my phone so you can see the issue.

Cheers

Ian

Ian