Re: Email Column Spacing Issue

Alyssa_Pacheco
Level 1

Email Column Spacing Issue

Hi Everyone,

I have a question regarding Marketo email columns. I'm using a template that I've customized and just can't seem to get the columns to display correctly in Outlook. Gmail and other renders come out like the first image but the second image is what it looks like in Outlook. Weird thing is it was showing fine a few months ago but the clones made over the last few months seem to just be coming up incorrectly. 

 

Here is a link to the code: https://codeshare.io/deyMMR

gmail render.png

outlook render.png

2 REPLIES 2
AZL6AMV
Level 1

Re: Email Column Spacing Issue

Does this happen when cloning an existing email, or when building a new email from the template?
If you are cloning an existing email, it could be that something got changed along the way. 

Disha_Goyal6
Level 4

Re: Email Column Spacing Issue

Hi @Alyssa_Pacheco, I have checked the code and found that this section is following table layout. It means column width is given to the table element. To fix this issue, we have to add the width to the TD and add table inside the TD.

 

Let me know if you want me to fix the same.

 

Thanks,

Disha