Hi all,
I've created an email with:
Is it possible to add line height option? Maybe as a meta tag?
Everything is correct. But don't work. Unfortunately
I don't know if i put it wrong in the CSS, but unfortunately I can't make your solution work.
This is the whole class for mobile. If you want to change only for the P, please try my variant
@media and screen(max-width: 600px) {
p {
margin: 0px 0px 0px 0px;
padding: 0px;
line-height: auto;
mso-line-height-rule: at-least;
}
}
Hi,
Hi, I don't see the whole code, please try this variant
@media and screen(max-width: 600px) {
p {
margin: 0px 0px 0px 0px;
padding: 0px;
line-height: auto;
mso-line-height-rule: at-least;
}
}
André Arnaud de Cal...
291,979
Super User 2025 Season 1
Martin Dráb
230,848
Most Valuable Professional
nmaenpaa
101,156