Hello all,
Below is a link to a landing page I created and it works fine on computers and android phones (and Marketo's mobile preview), but it is not rendering properly on iphone (see the image below).
https://info.nbme.org/Zoom-Marketo-Test-2_Town-Hall-Test-2-1052021.html
I found a similar discussion and tried to fix it using the suggestion ( https://nation.marketo.com/t5/product-discussions/landing-pages-and-iphones/m-p/73379#M39552), but it didn't work (and caused the page not responding to zooming.)
I would really appreciate if you could help me fix the issue.
Thanks!
does it render correctly on other mobile devices?
I guess my question is really: is this a responsive coding issue, or a Marketo LP issue.
Cheers
Jo
Thanks, @Jo_Pitts1. It works fine on other mobile devices ( i.e. a few android phones we tested) and that's what I can tell you. Not sure if it is a responsive coding issue or Marketo LP issue. My guess is the former, but I don't know. Thx!
Recommend testing with a generic font (not your webfont). Change your
font-family: 'Gotham',sans-serif;
to
font-family: sans-serif;