Text Formatting / Spacing Controls in Campaigns

AliAsgher Sunelwala
AliAsgher Sunelwala Member Posts: 5 VERIFIED MEMBER
First Comment

Can you add line spacing options like they offer in Mail Chimp. Like "normal, 1.25, 1.5, double" options for line spacing

Tagged:
0
0 votes

· Last Updated -

Comments

  • Janis Rozenblats
    Janis Rozenblats Posts: 160 VERIFIED MEMBER
    Third Anniversary 100 Comments Name Dropper Photogenic
    edited March 2022 #2

    @AliAsgher Sunelwala thanks for the question. I will ask the team to look into this.

  • Jonn Kares
    Jonn Kares Member Posts: 1 VERIFIED MEMBER
    edited March 2022 #3

    I too vote for this feature request...Thanks, Jonn Kares

  • Sophie
    Sophie Pipedrive Team Posts: 228 PIPEDRIVE TEAM
    Third Anniversary 100 Comments 5 Answers 5 Likes

    Hi @AliAsgher Sunelwala

    Thanks for the feedback! I wanted to suggest a workaround in the meantime; While Campaigns doesn’t currently offer built-in line spacing options, you can control spacing by using the HTML content block with inline CSS!

    For example, to create 1.5x line spacing, you can use:

    <p style="line-height: 1.5;">
    This paragraph has 1.5x line spacing.
    Here's the second line.
    </p>

    This won’t show the spacing directly in the editor, but it will appear correctly in the preview or when you send a test email. I hope this helps!