Topic Resolution: Resolved
  • Closed
  • Lindy Madsen
    Spectator
    March 18, 2015 at 1:04 pm #15618

    Hi

    Any way to adjust line height in the standard post text?

    Good work BTW with the latest updates to .evolve. 🙂

    Mark Ford
    Spectator
    Posts: 4
    March 18, 2015 at 4:29 pm #15619

    Add this to your customer CSS in the Theme Options area, and adjust the integer to your desired line spacing.

    .post p {line-height: 1.5em;}

    If you want to adjust the spacing between paragraphs also, use this one and adjust accordingly:

    .post p {
    line-height: 1.5em;
    padding-bottom: 15px;
    }

    Hope that helps,
    -mark

    Roman
    Spectator
    Posts: 3147
    March 18, 2015 at 6:03 pm #15622

    yep, the codes provided by Mark could work 😉

    Lindy Madsen
    Spectator
    Posts: 28
    March 18, 2015 at 8:42 pm #15637

    TY… Sometimes it’s so simple I don’t think about the solution. Being out of the coding game for a decade does that. 🙂