bobbear43
Member
Posted 11 months ago #
Have read a bunch of posts about line spacing, but none have helped me find what is setting line setting in my PAGES. I have found no line-height tags, and don;t see any when I view the source of a displayed page. Would like about half the line spacing which is displayed on my pages. Example:
http://www.botop.org/about-botop-bears/
ClaytonJames
Member
Posted 11 months ago #
You might try adding this to the bottom of your style sheet and see how it goes. Just a guess, mind you.
.pages table {
line-height:1.2em;
}
bobbear43
Member
Posted 11 months ago #
OK, thanks! That worked for the text in tables. What would I add to also affect pages that just have plain text?
bobbear43
Member
Posted 11 months ago #
You would want to adjust the line-height settings in this block:
.post .entry, .pages .entry {
color: #292929;
line-height: 24px;
text-align: justify;
}