• how do I make it so that paragraphs have double line spacing between them. What I get now is:
    paragraph1
    paragraph2
    What I want is:

    paragraph 1

    paragraph 2

Viewing 2 replies - 1 through 2 (of 2 total)
  • The best way to do it would be to add margin-bottom to your paragraphs in the CSS of your theme.

    as an example:

    p {margin-bottom: 10px;}

    Cheers,
    Dre

    Or remove the reset CSS that is being applied to p tags.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘paragraph spacing’ is closed to new replies.