Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Outlook Desktop - No Spacing Between Content and Footer #20

Open
washcroft opened this issue Oct 3, 2024 · 1 comment
Open

Outlook Desktop - No Spacing Between Content and Footer #20

washcroft opened this issue Oct 3, 2024 · 1 comment

Comments

@washcroft
Copy link

washcroft commented Oct 3, 2024

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.

image

...what is the correct way to fix this other than puttng a br in there (which then increases the spacing in all other cases)?

@leemunroe
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants