Line Spacing
-
Can anyone tell me how to reduce the line spacing between paragraphs? By default it is so large, and wastes a lot of space.
Thanks
The blog I need help with is: (visible only to logged in users)
-
Hi, start out with the following two CSS rules and adjust as desired.
.entry-content h2 { margin-top: 2em; margin-bottom: 1em; } .entry-content p { margin-bottom: 1.6842em; }
- The topic ‘Line Spacing’ is closed to new replies.