Blog comments are double spaced, how do I change that?
Here is my website: http://appleintellect.com/
Thank you
The more people who ask this question, the more it gets noticed.
-
Inappropriate?In your style.css, line 81, you'll see this:
ul, ol {
line-height:2em;
}
Change the line-height to something like 1.2em, or whatever amount of spacing looks good to you.
I’m happy to help
1 person says
this answers the question
Loading Profile...



