Forums
Home / Fixing WordPress / Vertical word spacing
(@ghaib)
18 years, 10 months ago
How do you make the line distance bigger in posts in WP?
(@podz)
Depends on the theme and how it’s been coded in the css.
line-height: is one attribute that could be used
A link to the theme and we’ll get the right answer for you ??
(@haecceity)
Look for:
.narrowcolumn .entry, .widecolumn .entry { line-height: 1.4em; }
.widecolumn { line-height: 1.6em; }
in style.css. Change the number for the lineheight.
I’m using the default 2.0 kubrick theme
Incidentally, I wasn’t contradicting Podz, just posting at the same time he was. Podz is right — your theme might be different from mine.
solved, thanks guys
Haecceity – no worries – you were right ??
another problem, line height is ok on the front page, but on the individual posts it’s still the same