• Hello,

    I am using Simplicity theme and WordPress 5.2
    I would like to change space size between lines but cannot find a solution. Could anyone guide me how to do? Thank you.

Viewing 1 replies (of 1 total)
  • I assume you’re talking about the spacing between the lines of text in the paragraphs, if so you can use the following CSS

    #page .entry p {
      line-height: 1.6;
    }

    Placed in the Additional CSS section in the Customizer, you can adjust the 1.6 value accordingly to your liking.

Viewing 1 replies (of 1 total)
  • The topic ‘how to change line space?’ is closed to new replies.