Spacing in the email is not consistent with editor | Community
Skip to main content
December 15, 2015
Question

Spacing in the email is not consistent with editor

  • December 15, 2015
  • 1 reply
  • 1370 views

After editing an HQ approved template email, then saving it, the spacing of the lines in each paragraph are inconsistent with the spacing in the section editor. Please help me find a way to fix this.

Photo 1: Editor [Section]

Photo 2: Editor

Photo 3: Sample Email

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

Joe_Reitz
Level 8
December 16, 2015

I'm betting the "Center Closures" and "Scheduling Sessions" bits use headline tags, thus have different line heights specified in the templates CSS. Just a guess. Have a peek at your HTML.

The paragraphs would space evenly if it were as simple as

...

<p>Center closures...</p>

<p>Holiday list...</p>

<p>Scheduling Sessions...</p>

... But honestly, worrying about those few extra pixels of line-height doesn't really add any value to the email, IMO. User don't care

If it doesn't look cool, you're probably doing it wrong.