Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Hello. While line spacing on my forum is fine, when I press "enter" and continue writing, the space between is too wide. I figured out how to set up line spacing, but I need help with this "paragraph" spacing.
I tried to edit line spacing to see if it will fix this problem, but it didn't work well. So basically, I don't want to change line spacing, but when for the created space when I press "enter" to be smaller. My english is bad so I hope you understand what I mean.
See here:
Hi @stes20021
Insert the below CSS Code in Custom CSS Code field from Dashboard > Forums > Settings > Styles Tab:
#wpforo #wpforo-wrap .wpforo-post .wpforo-post-content p{ line-height: 10px; }