Forums
-
- Forum
- Posts
-
- Installation
- 28,438
- Troubleshooting
- 62,525
- Themes
- 10,431
- Plugins
- 15,342
- Requests & Feedback
- 14,964
- Showcase
- 3,256
-
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.