• 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:
    https://www.botop.org/about-botop-bears/

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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;
    }

    Thread Starter bobbear43

    (@bobbear43)

    OK, thanks! That worked for the text in tables. What would I add to also affect pages that just have plain text?

    Thread Starter bobbear43

    (@bobbear43)

    ….. and not in a table

    You would want to adjust the line-height settings in this block:

    .post .entry, .pages .entry {
      color: #292929;
      line-height: 24px;
      text-align: justify;
    }

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Smaller Line Spacing’ is closed to new replies.