leemunroe/responsive-html-email-template

email template is not centered in Apple Mail app

vova42matters opened this issue · 5 comments

Screenshot 2023-03-16 at 20 57 17

MacOS Ventura 13.1

Fixed by adding these styles:

@media all {
    body {
        margin: 0;
        padding: 0;
    }
}

Interesting, thanks for sharing the solution. I wonder why it requires @media and why this isn't picked up.

I'm not able to recreate this. I tested using Postdrop and all looks fine.

Confirming you used the inline version?

image

Copy-pasted inline version that you've mentioned, sending a screen. Haven't tried Postdrop, sent email by copy-pasting html in Thunderbird

Screenshot 2023-03-31 at 16 08 05

That's interesting 😄