Change the spacing between lines of text
-
Hi there; can you visit https://artistalwong.com/resume/
I am trying to reduce the space size between individual lines of text. Do you know how I can do this?
The blog I need help with is: (visible only to logged in users)
-
Hi there artistalwong
This little bit of custom CSS will reduce the line height of your paragraphs.
p { line-height: 1.4em; }To add custom CSS
Select Appearance > Customize > CSS from your Admin Dashboard and enter the custom CSS there.
You need to be on the WordPress.com Premium Plan for custom CSS to save.
- The topic ‘Change the spacing between lines of text’ is closed to new replies.