• I’ve been trying for several days to change the spacing between paragraphs in my Child theme of Tiny Framework. I’ve succeeded in adjusting font size and line HEIGHT, but can’t find anything that changes the paragraph spacing. Here’s what I’ve tried most recently:

    Failure A:
    p {
    margin-top: 4px;
    margin-bottom: 4px;
    }
    (changing “4px” to “8px” or “0” didn’t seem to make any difference).

    Failure B (someone reported that this worked in Firebug):
    .post-details .entry-content p {
    margin-bottom: 1.5em;
    }
    p {
    line-height: 1.5;
    margin: 0;
    padding: 0;
    }

    None of these made any difference at all.
    Can anyone help?

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Need help adjusting paragraph spacing in Tiny Framework CHILD theme’ is closed to new replies.