Hi Everyone,
I'm having trouble closing the top and bottom margin of Ordered Lists / Unordered lists for outlook email clients.
For example:
Title
- Item A
- Item B
- Item C
Title
topic sentence
I tried styling the ul and il to margin top and margin bottom 0px, but it doesn't work for outlook. Please tell me there's a better way than doing a table grid... <tr><td>. Table grid is not editor friendly for my sales team to use the templates on saleforce engage.
4 comments
@Lara Black I just realized the embedded CSS style sheet of email template has the paragraph css margin as 1em. I changed it to 0 and now it affects every paragraph and solved margin issue. Thank you for pointed that out!