text-align
CSS property · 13 supported, 8 partial, 0 unsupported across 21 clients
text-align controls horizontal alignment of inline content within a block-level container and is supported across every modern email client. Most rendering inconsistencies come from inheritance , clients sometimes reset text-align at table boundaries, requiring explicit declarations on each cell.
Client Support
| Client | Category | Engine | Support |
|---|---|---|---|
| Gmail | webmail | Gmail Web | Supported |
| Gmail Android | mobile | Gmail Mobile | Partial |
| Gmail iOS | mobile | Gmail Mobile | Supported |
| Outlook 365 | webmail | Outlook Web | Supported |
| Outlook (New) | desktop | Outlook Web | Partial |
| Outlook Classic | desktop | Microsoft Word | Partial |
| Outlook iOS | mobile | Outlook Mobile | Supported |
| Outlook Android | mobile | Outlook Mobile | Supported |
| Outlook for Mac | desktop | WebKit | Supported |
| Apple Mail | desktop | WebKit | Supported |
| Apple Mail iOS | mobile | WebKit | Supported |
| Yahoo Mail | webmail | Yahoo | Partial |
| Yahoo Mail Android | mobile | Yahoo | Partial |
| Yahoo Mail iOS | mobile | Yahoo | Partial |
| Samsung Mail | mobile | Samsung | Partial |
| Thunderbird | desktop | Gecko | Supported |
| HEY Mail | webmail | WebKit | Supported |
| Proton Mail | webmail | Proton | Supported |
| AOL Mail | webmail | AOL | Partial |
| Fastmail | webmail | Fastmail | Supported |
| Superhuman | desktop | Blink | Supported |
Client-by-client behaviour for text-align
Fully supports text-align (13): Gmail, Gmail iOS, Outlook 365, Outlook iOS, Outlook Android, Outlook for Mac, Apple Mail, Apple Mail iOS, Thunderbird, HEY Mail, Proton Mail, Fastmail, Superhuman.
Partial support (8): Gmail Android, Outlook (New), Outlook Classic, Yahoo Mail, Yahoo Mail Android, Yahoo Mail iOS, Samsung Mail, AOL Mail. Expect rendering quirks unique to each engine. Partial support typically means a subset of values, an ignored shorthand, or sanitizer-specific rewrites.
When to use text-align in email
- Centering a logo or hero copy in a wide table cell.
- Right-aligning tabular financial data in receipt and invoice templates.
- Justifying long-form newsletter copy (rarely recommended due to legibility issues).
Rendering behaviour and edge cases
- Some clients reset text-align at the <table> boundary, so set it on the inner <td> rather than the wrapping table.
- Outlook on Windows occasionally inherits a parent <td>'s align attribute over CSS text-align, which can cause unexpected re-alignment.
- text-align: justify can produce uneven word spacing on small screens , avoid in mobile-first email.
Recommended fallback strategy
Combine the legacy align="center" or align="right" HTML attribute with CSS text-align for maximum compatibility. Always set text-align on the immediate parent of the inline content, not several levels up.
Fixes & Workarounds
Gmail Android
Partial"text-align" is not supported in this email client.
Outlook (New)
Partial"text-align" is not supported in this email client.
Outlook Classic
Partial"text-align" is not supported in this email client.
Yahoo Mail
Partial"text-align" is not supported in this email client.
Yahoo Mail Android
Partial"text-align" is not supported in this email client.
Yahoo Mail iOS
Partial"text-align" is not supported in this email client.
Samsung Mail
Partial"text-align" is not supported in this email client.
AOL Mail
Partial"text-align" is not supported in this email client.
Related Features
Test your email across all 21 clients
Preview rendering, catch CSS issues, and get actionable fixes. Free.
Try Emailens FreeSupport data last updated Apr 27, 2026 · synced from caniemail.com via @emailens/engine.