Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1141386

    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?

    #1141689

    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

    #1141720

    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?

    #1141722

    or HTML?

    #1142070

    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

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.