Landing pages and iPhones

Karen_Black
Level 5

Landing pages and iPhones

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?
Tags (1)
1 REPLY 1
Anonymous
Not applicable

Re: Landing pages and iPhones

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