Line Spacing – no control
-
I normally can find my way through editing CSS. I’m new to WordPress, though, and I started with a template (KISS) which I’m trying to modify extensively. I want to tighten the line spacing in the posts, and edited the “line-height” number with no effect. This is in the “Main Column” “Post” section as seen below:
——————–
p.postmetadata {
margin: 15px 0 0;
padding: 0 0 0 20px;
background: url(i/icon-meta.gif) no-repeat;
line-height: 13px;
font-size: 0.80em;
color: #999;
}
——————-I adjusted the line spacing via the same method in the sidebar, and I can’t see where else I might change this, but again, it seems to have no effect. (This is in the “layout.css” file, by the way).
Thanks for any assistance.
- The topic ‘Line Spacing – no control’ is closed to new replies.