Landing pages and iPhones | Community
Skip to main content
Level 5
November 5, 2014
Question

Landing pages and iPhones

  • November 5, 2014
  • 1 reply
  • 886 views
We created a registration landing page, and it looks good in all web browsers, and on droid devices, but when it comes to the iPhone, the footer is within the content area.  Any suggestions on what we should do to remedy?
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

November 5, 2014
Do you have a line that looks like the line below in the code of your landing page?
<meta name="viewport" content="width=device-width">

If so, I would try changing it to:
<meta name="viewport" content="width=device-width, initial-scale=0"/>