Email Rendering Issue with Columns on MAC Outlook App

Alyssa_Pacheco
Level 1

Email Rendering Issue with Columns on MAC Outlook App

I'm having an issue with a Marketo template (Default template: "Newsletter" > "Snowbunny") where my columns are coming across as stacked rather than horizontally oriented as they should. In my preview all looks fine and when testing/sending to PC accounts it's all fine but when rendered on a MAC in outlook all of the columns are stacking. Does anyone have any suggestions on what needs to be adjusted within the code (I've included below) in case anyone knows? Any suggestions would be much appreciated!  

 

Screenshot on MAC:

Screenshot 2024-03-15 at 7.15.55 AM.png

 

Screenshot on PC/Marketo Preview:

Alyssa_Pacheco_0-1710512024440.png

 

 

Here is the template code:

https://codeshare.io/g868j8 

4 REPLIES 4
Jo_Pitts1
Level 10 - Community Advisor

Re: Email Rendering Issue with Columns on MAC Outlook App

@Alyssa_Pacheco ,

I've not spent any real time on this, but try looking at this media query

@media only screen and (max-width: 640px) {

Drop it to 600 and see what happens.  

 

That shouldn't be the issue, but I am curious.  If you have a small screen, and hence a small preview area, weird things can happen!

 

Cheers

Jo

 

Alyssa_Pacheco
Level 1

Re: Email Rendering Issue with Columns on MAC Outlook App

Hi Jo,

Thanks so much for the reply! That's an interesting thought, I tried adjusting the value as suggested to 600 from 640 but the columns are still showing stacked. Interestingly they are stacking down the middle now as opposed to the left. 

Any other suggestions?

Thanks,

Alyssa

Jo_Pitts1
Level 10 - Community Advisor

Re: Email Rendering Issue with Columns on MAC Outlook App

@Alyssa_Pacheco, I'll try and make time today to have a proper look at the code and what is going on.  Have you reviewed on Email On Acid or similar to see if it's something quirky in your environment vs global

 

Alyssa_Pacheco
Level 1

Re: Email Rendering Issue with Columns on MAC Outlook App

@Jo_Pitts1 much appreciated! 

I haven't actually, I will look into that.