Notifications
Clear all

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

2 Posts
2 Users
0 Reactions
829 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: 3627
(@chris)
Famed Member
Joined: 3 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;
}