Line height
-
Hi.
I´m using the Neutra theme and have a question: How can I change the line height? I´ve seen the basic and intermediate CSS tutorials and I guess is in:
p {
color: #444;
font-size: 12px;
line-height: 22px;
}I changed the line-height to 16 px and still don´t see any changes.
Thank you.
The blog I need help with is: (visible only to logged in users)
-
-
For the posts (content) this is actually where it is. Add the following to your CSS and then adjust the line-height value as you desire.
#left p { line-height: 28px; } -
-
- The topic ‘Line height’ is closed to new replies.