Notifications
Clear all

wpForo 1.x.x [Solved] Reduce Line Spacing

5 Posts
2 Users
1 Reactions
848 Views
Posts: 8
Topic starter
(@gedaante)
Active Member
Joined: 5 years ago

Hey,

On my forum the line spacing somehow is very big. There's much more space between the lines than on this official WPForo. Could you help me out? https://prnt.sc/sbdpdu

This is what it looks like while editing: https://prnt.sc/sbdqox

- Gedaante

4 Replies
Sofy
Posts: 4772
 Sofy
Admin
(@sofy)
Support Team
Joined: 7 years ago

@gedaante,

please leave some example URL.

3 Replies
(@gedaante)
Joined: 5 years ago

Active Member
Posts: 8
Sofy
 Sofy
Admin
(@sofy)
Joined: 7 years ago

Support Team
Posts: 4772

@gedaante,

Use the CSS code below:

#wpforo #wpforo-wrap .wpforo-post .wpforo-post-content p, #wpforo #wpforo-wrap .wpforo-revision-body p{
line-height: 20px !important;
}

Put the code in the "Custom CSS code" textarea, located in the Dashboard > Forums > Settings > Style Tab.  

Please don't forget to delete all caches and press Ctrl+F5 (twice) on the frontend before checking to reload the updated CSS file.   

The red marked code can be changed as you like.

 

(@gedaante)
Joined: 5 years ago

Active Member
Posts: 8

@sofy Thankyou so much!