Text Formatting / Spacing Controls in Campaigns


Can you add line spacing options like they offer in Mail Chimp. Like "normal, 1.25, 1.5, double" options for line spacing
Comments
-
@AliAsgher Sunelwala thanks for the question. I will ask the team to look into this.
1 -
I too vote for this feature request...Thanks, Jonn Kares
0 -
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!
0