cancel
Showing results for 
Search instead for 
Did you mean: 

Emails not displaying correctly on mobiles

SOLVED

Emails not displaying correctly on mobiles

I have an issue with emails from Magento no displaying correctly on mobiles

 

The email is reduced to about 2 - 3rds of the screen, when rotate the phone to landscape and back to portrait it displays fine I am testing it on an iPhone 8.

 

Screenshot of how it first appears 

email.jpg

 

after rotating the phone

 

email-1.jpg

 

 

 

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Emails not displaying correctly on mobiles

@miller75 kindly add the following code into the email template

 

<meta name="x-apple-disable-message-reformatting">

also, check and set max-width for any larger element into the email. 

 

 

View solution in original post

2 REPLIES 2

Re: Emails not displaying correctly on mobiles

@miller75 kindly add the following code into the email template

 

<meta name="x-apple-disable-message-reformatting">

also, check and set max-width for any larger element into the email. 

 

 

Re: Emails not displaying correctly on mobiles

Perfect, Thanks