0
Android Gmail App Large Text Problem
I can't for the life of me figure out how to stop the Android Gmail app from making my text larger. I'm trying to use the "min-width" fix. Anyone have an ideas?
<table width="615" border="1" cellspacing="0" cellpadding="0">
<tr>
<td width="480" align="left" valign="top"><table width="480" border="0" cellspacing="0" cellpadding="0" style="min-width: 480px">
<tr>
<td width="480" align="left" valign="top" style="min-width: 480px; font-family: arial; font-size: 10px; line-height: 12px; color: #000001">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas viverra tempor enim nec fringilla. Vestibulum dui urna, sagittis a enim a, vulputate sodales eros. Phasellus quis rutrum dui. Donec ac libero in felis fringilla dapibus. Praesent dignissim dapibus congue. Nulla ac viverra massa, eu rutrum mi. Nunc quis mollis elit. Donec non ultrices felis. Integer scelerisque lorem eget convallis rhoncus. Sed id odio scelerisque, tincidunt nulla eget, varius augue. Nunc bibendum eros posuere odio vehicula hendrerit. Morbi viverra scelerisque diam, nec varius lectus imperdiet vulputate. Aenean consequat sapien ante, a vulputate leo ultricies eu. Nullam vestibulum vulputate suscipit. Morbi ac scelerisque libero. Nullam sodales rutrum odio at molestie. Etiam commodo sodales enim ut efficitur. Cras tempus massa tincidunt, tristique lacus in, mollis felis. Cras neque eros, mattis id auctor sed, pharetra eu nisi. Nulla ac egestas ligula. Aenean tristique gravida diam ac efficitur. Nulla convallis odio sit amet urna tincidunt mattis. Curabitur varius, purus vel porta rutrum, nibh sem ultrices dolor, vitae aliquam tellus tortor quis ipsum. Donec sed euismod ligula, sed fringilla. </td>
</tr>
</table></td>
<td width="135" align="right" valign="top" style="font-family: arial; font-size: 10px; line-height: 12px; color: #000001">ABC & Co.<br />
1234 Any St.<br />
Your Town, CA 99999<br />
Phone: (555) 555-5555
</td>
</tr>
</table>
Apply the min-width fix to the containing table that's got the width of 615. I usually apply to any tables I have over 600 pixels in width and it works perfectly.
Thanks for the reply. I guess I'm still not getting it. In the screenshots, iPhone is perfect as is Android 4.2 but the Gmail app's text is larger.
https://litmus.com/pub/b01eb4c
I think that's just down to how the gmail app renders the text. However, if you want a larger font size for gmail, you can increase the font size in the inline-style for the text, and then use a media query targeting iPhones for the font size you currently have.