CSS styling of email

Style emails in ChronoForms.

Overview

The issue is that CSS styling is not applied when using wrapper or container tags in the email template.
To add custom styling, avoid using wrapper or container tags and instead apply inline CSS directly to your HTML elements.

Answered
ChronoForms v6
pi pixelhexe 26 Oct, 2017
How can I style the emails - using the "auto template" possibility or not - I can't find a way to insert CSS there?
Thanks!
Anja
pi pixelhexe 26 Oct, 2017
Answer
1 Likes
I just found it by myself - when I don't use <wrapper> or <container> I can add inline css, for example <div style="padding:20px">...</div>.

<wrapper> or <container> seem to have their own styles which can't be overridden.

That fixes my problem. :-)
This topic is locked and no more replies can be posted.