align-items
CSS property · 9 supported, 0 partial, 6 unsupported across 15 clients
align-items controls cross-axis alignment of flex items. Because flexbox itself is largely unsupported in email — Outlook ignores it, Gmail strips it — align-items has equally narrow practical usefulness. Modern Apple Mail and Superhuman support it, making it a niche progressive-enhancement tool.
Client Support
| Client | Category | Engine | Support |
|---|---|---|---|
| Gmail | webmail | Gmail Web | Unsupported |
| Gmail Android | mobile | Gmail Mobile | Unsupported |
| Gmail iOS | mobile | Gmail Mobile | Unsupported |
| Outlook 365 | webmail | Outlook Web | Supported |
| Outlook (New) | desktop | Outlook Web | Unsupported |
| Outlook Classic | desktop | Microsoft Word | Unsupported |
| Outlook iOS | mobile | Outlook Mobile | Supported |
| Outlook Android | mobile | Outlook Mobile | Supported |
| Apple Mail | desktop | WebKit | Supported |
| Apple Mail iOS | mobile | WebKit | Supported |
| Yahoo Mail | webmail | Yahoo | Unsupported |
| Samsung Mail | mobile | Samsung | Supported |
| Thunderbird | desktop | Gecko | Supported |
| HEY Mail | webmail | WebKit | Supported |
| Superhuman | desktop | Blink | Supported |
Client-by-client behaviour for align-items
Fully supports align-items (9): Outlook 365, Outlook iOS, Outlook Android, Apple Mail, Apple Mail iOS, Samsung Mail, Thunderbird, HEY Mail, Superhuman.
No support (6): Gmail, Gmail Android, Gmail iOS, Outlook (New), Outlook Classic, Yahoo Mail. Plan fallbacks for these clients before relying on align-items in production sends.
When to use align-items in email
- Vertically aligning side-by-side columns in Apple-Mail-targeted layouts.
- Centering a logo with adjacent text in a flex header.
- Controlled alignment in modern-client-only designs that fall back to tables elsewhere.
Rendering behaviour and edge cases
- Outlook on Windows ignores all flexbox properties including align-items.
- Gmail's sanitizer strips display: flex, neutralizing any align-items declaration.
- Apple Mail and Superhuman honor align-items reliably when display: flex is also present.
Recommended fallback strategy
Always provide a table-based fallback for any flex layout. Use align-items only where the audience is known to skew toward modern WebKit-based clients. Inside <!--[if mso]> conditionals, supply a table layout with valign attributes for vertical alignment.
Fixes & Workarounds
Gmail
Unsupported"align-items" is not supported in this email client.
Gmail Android
Unsupported"align-items" is not supported in this email client.
Gmail iOS
Unsupported"align-items" is not supported in this email client.
Outlook (New)
Unsupported"align-items" is not supported in this email client.
Outlook Classic
Unsupported"align-items" is not supported in this email client.
Yahoo Mail
Unsupported"align-items" is not supported in this email client.
Related Features
Test your email across all 15 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.