Increasing line height in Misty Look
-
Hello,
I want to increase the line spacing of the text in my posts (I’m using the Misty Look theme). I tried the following code, but no dice:
body {
line-height: 140%;
}The blog is http://solidgoldcreativity.com
Thank you.
SGCThe blog I need help with is: (visible only to logged in users)
-
-
Hi db :)
You’re always so helpful. Thank you. That works beautifully. Can I also now slightly increase the spacing after each para?
Cheers,
SG -
Hi SG!
Add a “margin-bottom:” to your definition. It should look like this:
p { line-height:2em; margin-bottom: 20px; }“20px” is a suggested value.
- The topic ‘Increasing line height in Misty Look’ is closed to new replies.