CTA button on iphone is huge, help? | Community
Skip to main content
February 15, 2016
Solved

CTA button on iphone is huge, help?

  • February 15, 2016
  • 2 replies
  • 3052 views

I have a CTA button on a series of emails I'm working on right now that appear to be rendering *huge* when viewed on an iPhone. Any idea how I could potentially get it to behave? I've attached an image as well as the code to one of the emails to this post.

Thanks all,

-Alex

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by AlokRa4

Hi Alex

I have examined the code. The button is appearing huge because you have given width 100%, which is not necessary. The button in actual is an image and it will render according to the image width automatically. Try removing Width=100% from the code and I'm sure it'll render fine. Attaching screenshot for your reference.

2 replies

AlokRa4Accepted solution
New Participant
February 16, 2016

Hi Alex

I have examined the code. The button is appearing huge because you have given width 100%, which is not necessary. The button in actual is an image and it will render according to the image width automatically. Try removing Width=100% from the code and I'm sure it'll render fine. Attaching screenshot for your reference.

February 16, 2016

Hi Alok,

Thank you! Looks like I had a class left over in there from a different email I'd been working on. That's what I get for reusing templates. Looks great now.

Best,

-Alex

Josh_Hill13
New Participant
February 16, 2016

Do you have a web dev that can help?