• Hi, I have the coraline theme on my web pages. All copy entered comes out with a double line space between paragraphs.
    I’ve tried fiddling with the style sheet but that doesn’t seem to make any difference (or I can’t find the right bit to change). Am I on the right track or is there something else I need to do?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Try fiddling with these lines in your style.css

    p {
        margin-bottom: 1.7em;
    }

    Thread Starter Nick Diggins

    (@nick-diggins)

    fantastic- thanks so much, that worked. do you know, is there a way of having different paragraph formatting for different paragraph heading levels?

    I’d like to have it so that the headings for each paragraph have a larger space above them so that each time there’s a new heading it’s slightly separated from the text above.

    Any ideas

    In the twentyten theme “margin-bottom” occurs 23 times. Which ones affect regular text in posts, comments, or regular paragraph text?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How can I change the line-spacing between paragraphs?’ is closed to new replies.