Topic Resolution: Resolved
  • Closed
  • Lindy Madsen
    Spectator
    18.03.2015 at 13:04 #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
    18.03.2015 at 16:29 #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
    18.03.2015 at 18:03 #15622

    yep, the codes provided by Mark could work 😉

    Lindy Madsen
    Spectator
    Posts: 28
    18.03.2015 at 20:42 #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. 🙂