Skip to main content
CSS Properties

align-items

CSS property · 12 supported, 0 partial, 9 unsupported across 21 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
Outlook for MacdesktopWebKitSupported
Apple MaildesktopWebKitSupported
Apple Mail iOSmobileWebKitSupported
Yahoo MailwebmailYahooUnsupported
Yahoo Mail AndroidmobileYahooUnsupported
Yahoo Mail iOSmobileYahooUnsupported
Samsung MailmobileSamsungSupported
ThunderbirddesktopGeckoSupported
HEY MailwebmailWebKitSupported
Proton MailwebmailProtonSupported
AOL MailwebmailAOLUnsupported
FastmailwebmailFastmailSupported
SuperhumandesktopBlinkSupported

Client-by-client behaviour for align-items

Fully supports align-items (12): Outlook 365, Outlook iOS, Outlook Android, Outlook for Mac, Apple Mail, Apple Mail iOS, Samsung Mail, Thunderbird, HEY Mail, Proton Mail, Fastmail, Superhuman.

No support (9): Gmail, Gmail Android, Gmail iOS, Outlook (New), Outlook Classic, Yahoo Mail, Yahoo Mail Android, Yahoo Mail iOS, AOL 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.

Yahoo Mail Android

Unsupported

"align-items" is not supported in this email client.

Yahoo Mail iOS

Unsupported

"align-items" is not supported in this email client.

AOL Mail

Unsupported

"align-items" 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 Free

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