Reduce line spacing
-
The line spacing on The Writer theme that I chose is too large and I can’t find a way to reduce it.
I would like my text to be more compact and therefore easier to read.
Does anyone know how?
Thanks for your help!The blog I need help with is: (visible only to logged in users)
-
Hey there,
Are you referring to the line spacing on a post? As a test, I looked at this post:
I found that this CSS was causing the spacing to be quite large:
.copy p { margin: 0 auto 35px; }If you change the 35px to something smaller, it should help. I tried this and thought it looked good:
.copy p { margin: 0 auto 15px; }Hope this helps!
- The topic ‘Reduce line spacing’ is closed to new replies.