I'm using negative margin
values for an HTML email, which is admittedly a tricky issue. However, most of my email list is on OSX or iOS, so it's worth it. On the other hand, some of my list is on Gmail, where negative margin
values get stripped. Instead of using a negative margin
for my Gmail audience, I'm wanting to center that element instead. Is there a way to write CSS specifically for Gmail (or any other platform)?
Example code for Apple products:
.cmt_new img {margin-bottom: -55px; position:relative; z-index:1;}
Desired outcome for Gmail: