Skip to main content
Participating Frequently
May 18, 2017
Answered

Dreamweaver is showing that site is mobile friendly, but when pulls up on phone, it shows desktop version

  • May 18, 2017
  • 1 reply
  • 611 views

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!

This topic has been closed for replies.
Correct answer Jon Fritz

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.

1 reply

Jon Fritz
Community Expert
Community Expert
May 18, 2017

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">

Participating Frequently
May 18, 2017

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.

Jon Fritz
Community Expert
Jon FritzCommunity ExpertCorrect answer
Community Expert
May 18, 2017

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.