• cjr8c

    (@cjr8c)


    I adjusted the size of the font but the bigger font is causing the lines of text to be clustered and overlap a little. Is there a way to increase the line spacing as I adjust the font?

Viewing 1 replies (of 1 total)
  • Subrata Sarkar

    (@subrataemfluence)

    To increase spacing between two lines you would use line-height property.

    p {line-height: 1.5em;}

    1 em means = 100%, so 1.5 em is 150%.

    Hope this will work.

Viewing 1 replies (of 1 total)

The topic ‘Adjust line spacing in posts’ is closed to new replies.