Skip to main content
Participating Frequently
May 18, 2017
解決済み

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

  • May 18, 2017
  • 返信数 1.
  • 612 ビュー

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!

このトピックへの返信は締め切られました。
解決に役立った回答 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

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

ddheartland作成者
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 Expert解決!
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.