Skip to main content
CSS Properties

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

ClientCategoryEngineSupport
GmailwebmailGmail WebUnsupported
Gmail AndroidmobileGmail MobileUnsupported
Gmail iOSmobileGmail MobileUnsupported
Outlook 365webmailOutlook WebSupported
Outlook (New)desktopOutlook WebUnsupported
Outlook ClassicdesktopMicrosoft WordUnsupported
Outlook iOSmobileOutlook MobileSupported
Outlook AndroidmobileOutlook MobileSupported
Apple MaildesktopWebKitSupported
Apple Mail iOSmobileWebKitSupported
Yahoo MailwebmailYahooUnsupported
Samsung MailmobileSamsungSupported
ThunderbirddesktopGeckoSupported
HEY MailwebmailWebKitSupported
SuperhumandesktopBlinkSupported

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 Free

Support data last updated Apr 27, 2026 · synced from caniemail.com via @emailens/engine.