Hi, when an email is received on a computer it looks perfect, but the same email received on a phone is too small to read.
and text drop to this size
Which makes it very difficult to read.
Is their a font/step that enables me to send out emails that scale the font automatically for clients that receive the email on their phone?
The other alternative we are looking at is mailchimp.
Any help would be greatly appreciated.
Hi,
If the issue has been solved, it would be appreciated if you could click "Yes" to verify my answer.
If there is any further doubt, please do not hesitate to let me know.
Hi,
You can achieve it by edit the HTML of the email.
Add the following code snippet into the <style> part of the HTML. Adjust the size as you need.
@media only screen and (max-width: 480px) { .bodyContent { font-size: 72px !important; } }
Add the class="bodyContent" after the style tag of the text.
After saving it, you'll see the effect in the Preview.
Desktop:
Mobile:
André Arnaud de Cal...
292,111
Super User 2025 Season 1
Martin Dráb
230,934
Most Valuable Professional
nmaenpaa
101,156