Copy link to clipboard
Copied
Help! I've just created a new website for my business with an older version of DW (CS5.5) and when I do the multiscreen view, it shows that it should shrink/be responsive, but when I pull it up on my phone, it is just the regular desktop version. The site is www.heartlandcpr.com if you'd like to pull up the .css. Thanks for anything anyone can find out!
That <meta> tag would go between the <head></head> tags of every page.
Test it on the home page first to ensure it fixes your issue. If it doesn't, the contributors here can take a closer look at your css to find why it would be failing to display correctly on your handheld device.
Copy link to clipboard
Copied
Try adding this meta tag to the <head> section and see if it helps on your phone...
<meta name="viewport" content="width=device-width, initial-scale=1">
Copy link to clipboard
Copied
Do you mean on the index page? Or is there somewhere else in the css I should place it?
Sorry, I'm fairly new at this.
Copy link to clipboard
Copied
That <meta> tag would go between the <head></head> tags of every page.
Test it on the home page first to ensure it fixes your issue. If it doesn't, the contributors here can take a closer look at your css to find why it would be failing to display correctly on your handheld device.
Copy link to clipboard
Copied
It worked! Thanks so much!