max-width in Outlook Classic
PartialMicrosoft Word · desktop
Fix & Workaround
Use a fixed width on table cells instead of max-width.
Before
<div style="max-width: 600px; margin: 0 auto;">
Content here
</div>After
<!--[if mso]>
<table role="presentation" width="600" cellpadding="0"
cellspacing="0" border="0" align="center"><tr><td>
<![endif]-->
<div style="max-width: 600px; margin: 0 auto;">
Content here
</div>
<!--[if mso]>
</td></tr></table>
<![endif]-->Use a fixed-width table wrapper for Outlook
Other Clients
| Client | Support |
|---|---|
| Gmail | Supported |
| Gmail Android | Supported |
| Gmail iOS | Supported |
| Outlook 365 | Supported |
| Outlook (New) | Partial |
| Outlook iOS | Supported |
| Outlook Android | Supported |
| Apple Mail | Supported |
| Apple Mail iOS | Supported |
| Yahoo Mail | Supported |
| Samsung Mail | Supported |
| Thunderbird | Supported |
| HEY Mail | Supported |
| Superhuman | Supported |
Related Features
Test your email across all 15 clients
Preview rendering, catch CSS issues, and get actionable fixes — free.
Try Emailens Free