Dear Support-Team,
we have a small challenge with the style of the confirmation mail to the addressee. Here we use simple breaks <br> and still a complete blank line is inserted. Example:
Code:
Thanks for your message! <br>We will contact you as soon as possible.
Style we want:
Thanks for your message!
We will contact you as soon as possible.
Style we get:
Thanks for your message!
We will contact you as soon as possible.
What can we do do handle it?
Hey mwi2000de,
Try using this:
Thanks for your message! <br><br>We will contact you as soon as possible. <br><br>What can we do do handle it?
Hope it helps.
Best regards,
Nikko
Oh Sorry, you got me wrong!
When I use 1 <br>, I got 2 <br>. I just want a soft return, but I get a hard break by using 1<br>
Isn’t it possible to work with CSS?
or HTML?
Hi mwi2000de,
I apologize for my misunderstanding the issue.
You can adjust the line-height value, try adding this css code in Quick CSS (located in Enfold > General Styling):
#top .avia-form-success {
line-height: 1em;
}
Best regards,
Nikko