Viewing 2 replies - 1 through 2 (of 2 total)
  • hi @knoxx

    if you mean the distance between paragraphs in post content, try to add this to custom css (theme options->general )

    
    .entry p {
      margin-bottom: 12px;
    }
    

    if you mean the line height of paragraphs, use

    
    .single-post p{
    line-height:30px;
    }
    
    Thread Starter knoxx

    (@knoxx)

    Thank you, Tigran.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Increase Space between lines of text’ is closed to new replies.