Forums
-
- Forum
- Posts
-
- Installation
- 28,504
- Troubleshooting
- 62,679
- Themes
- 10,431
- Plugins
- 15,360
- Requests & Feedback
- 14,972
- 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.