Notifications
Clear all

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.

 

wpForo 1.x.x [Closed] Line and paragraph spacing

2 Posts
2 Users
0 Reactions
1,133 Views
Posts: 1
Topic starter
(@stes20021)
New Member
Joined: 3 years ago

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:

1 Reply
Chris
Posts: 3611
(@chris)
Famed Member
Joined: 4 years ago

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;
}