Email margins in iOS

aglantz71
Level 2

Email margins in iOS

Hi there.

I know cross-platform issues can be like kryptonite, but I'm forging ahead and asking the community anyway. ðŸ˜Š

The margins of my email are everywhere *except* in certain Apple products, where there are no left and right margins.

Would someone be kind enough to suggest how I can establish margins for these platforms without doing violence to margins for other platforms and browsers?

Thanks

Adam

 

photo_ios.PNG

2 REPLIES 2
aglantz71
Level 2

Re: Email margins in iOS

Also -- anyone know why the spacing between paragraphs might be off just for iOS Outlook? In other words, spacing *between* paragraphs doesn't exist, but it's in the code and all other platforms show it just fine. Litmus also shows it looking good, taking this from a singular real life case of someone's iOS Outlook.  

Jasbir_Kaur
Level 5

Re: Email margins in iOS

Hi @aglantz71,

 

For mobile devices, we use media queries, and easily we can give margin from both sides.

 

And, for Outlook IOS, we need to use different codes.

 

Could you please share your code so that I can see the exact issue there?

 

Thanks!

Jasbir