position in Proton Mail
SupportedProton · webmail
Support Details
Use table-based positioning instead of CSS position.
Before
<div style="position: relative;">
<div style="position: absolute; top: 0; right: 0;">
Badge
</div>
<p>Content</p>
</div>After
<table role="presentation" width="100%" cellpadding="0"
cellspacing="0" border="0">
<tr>
<td valign="top">Content</td>
<td width="80" valign="top" align="right">Badge</td>
</tr>
</table>Use table-based positioning instead of CSS position
position is fully supported in Proton Mail. No workarounds needed.
Other Clients
| Client | Support |
|---|---|
| Gmail | Unsupported |
| Gmail Android | Unsupported |
| Gmail iOS | Unsupported |
| Outlook 365 | Partial |
| Outlook (New) | Unsupported |
| Outlook Classic | Unsupported |
| Outlook iOS | Unsupported |
| Outlook Android | Partial |
| Outlook for Mac | Supported |
| Apple Mail | Partial |
| Apple Mail iOS | Partial |
| Yahoo Mail | Partial |
| Yahoo Mail Android | Partial |
| Yahoo Mail iOS | Partial |
| Samsung Mail | Partial |
| Thunderbird | Supported |
| HEY Mail | Partial |
| AOL Mail | Partial |
| Fastmail | Partial |
| Superhuman | Partial |
Related Features
Test your email across all 21 clients
Preview rendering, catch CSS issues, and get actionable fixes. Free.
Try Emailens Free