Outlook Desktop - No Spacing Between Content and Footer
Hello, Firstly, thank you for this great product.
I have a question about the spacing between the content and the footer - it doesn't appear on Outlook desktop clients as it does in all other cases.
...what is the correct way to fix this other than puttng a br in there (which then increases the spacing in all other cases)?
Thanks for reporting. Yes, I see what you mean.
If you update the padding-top so it applies to the <td class="content-block" instead of <div class="footer" that should work as it isn't respecting the div padding.
i.e.
<div class="footer" style="clear: both; padding-top: 0; text-align: center; width: 100%;">
<td class="content-block" style="font-family: Helvetica, sans-serif; vertical-align: top; padding-top: 24px; padding-bottom: 24px; font-size: 16px; color: #9a9ea6; text-align: center;" valign="top" align="center">
That should be a quick fix. I'll confirm a good way to do this across the board and update the email templates.