Copy link to clipboard
Copied
I have uploaded all files to my server and the preview on my mobile for Dreamweaver works a treat but the live site is not responding to the code. HELP
the preview site is here Sessions Festival Your Craft Drinks and Music Festival
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">
Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
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 
Copy link to clipboard
Copied
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">
Copy link to clipboard
Copied
thank that seems to have done the trick.. happy days
Find more inspiration, events, and resources on the new Adobe Community
Explore Now