Viewing 5 replies - 1 through 5 (of 5 total)
  • Where exactly?

    F.ex. for post list you can edit it here: style.css, line 920
    that is for normal spacing:

    .post-content li {
    margin-bottom: 0.5em;
    line-height: 100%;
    }
    Thread Starter jennjoanne

    (@jennjoanne)

    It would be in the Edit CSS on the dashboard. And it would only be for that one specific page, no other pages or posts.

    Ok, so try that one:

    body.page-id-4661 > div.big-wrapper > div.wrapper.section-inner > div.content.left > div.posts > div.post > div.post-content > ul > li {
    line-height: 100%;
    }
    Thread Starter jennjoanne

    (@jennjoanne)

    It worked! Thank you, thank you! Just went into the page’s page source and saw where the page id is so I can change other pages down the road, if needed. Thank you extremely for helping and teaching me! ??

    You’re welcomed ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘CSS Line Spacing for One Page’ is closed to new replies.