Bullet Alignment Issue with Outlook

Parfitt_David
Level 3

Bullet Alignment Issue with Outlook

Can anyone give me some advice on how to correct this bullet formatting issue? I do not have any issues with this rendering on other devices or platforms, except Outlook. Bullets are beautifully aligned on my mobile (Apple Mail) device, for example.

pastedImage_2.png

Thank you!
Dave

4 REPLIES 4
Josh_Hill13
Level 10 - Champion Alumni

Re: Bullet Alignment Issue with Outlook

do you have the code?

Parfitt_David
Level 3

Re: Bullet Alignment Issue with Outlook

Hi Josh, are you referring to the HTML code?

Grégoire_Miche2
Level 10

Re: Bullet Alignment Issue with Outlook

Yes, the HTML / CSS code.

This a CSS problem more than a Marketo one

-Greg

Harish_Gupta6
Level 8

Re: Bullet Alignment Issue with Outlook

Hi David,

As Josh and Greg said, please share the html code section so we can help you.

Also, for outlook fix, you can use the below code with styles you want:

<!--[if (mso)|(IE)]>

                

                 < ul style="padding-bottom:5px">

</ul>

                 <![endif]-->

This code will work only for Outlook.

Thanks

Harish Gupta