Line spacing
-
How can I change the line spacing on my blog, I’m using the theme adventurous
The blog I need help with is: (visible only to logged in users)
-
Hi there!
Can you tell me more about what you’re trying to accomplish? Are you trying to add extra space between paragraphs in a post?
-
Thanks for getting back to me. No I actually want to lessen the space between each line of text. It almost looks like everything is double spaced in my blog and it spaces things out too much, I want it to look like single spacing
-
I understand now!
We space your text like that to help with the readability aspect. As I’m sure you know, people find reading from a screen more straining than reading from paper, so the extra space really helps keep your content readable.
If you’d like to go ahead with the change, you can do so using this code:
p { line-height: 1.2; }Let me know if I can help with anything else!
-
- The topic ‘Line spacing’ is closed to new replies.