Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Leaving space between lines or paragraphs.


chrishajer
Participant

@chrishajer

It’s controlled by your CSS. The [p] tags are there for paragraphs, but they need more space. Something like this:

#thread .post p {
margin-bottom: 20px;
}

That will space them out. I added it around line 647 in style.css and it worked fine.

Skip to toolbar