Forums
-
- Forum
- Posts
-
- Installation
- 28,531
- Troubleshooting
- 62,748
- Themes
- 10,443
- Plugins
- 15,383
- Requests & Feedback
- 14,983
- Showcase
- 3,257
-
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.