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 [Solved] Line Spacing

3 Posts
2 Users
0 Reactions
739 Views
Posts: 2
Topic starter
(@chairool)
New Member
Joined: 5 years ago

Hi,

I tried to search to resolve my need but cannot find the correct one. I just want to increase some spacing between line as attached picture.

2 Replies
Sofy
Posts: 5486
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

Hi @chairool,

You can use this CSS code:

#wpforo #wpforo-wrap .wpforo-post .wpforo-post-content p {line-height:18px}

The CSS codes should be added in the "Custom CSS code" textarea, located in the Dashboard > Forums > Settings > Styles 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.    

Note: the red marked code can be changed as you like. 

Posts: 2
Topic starter
(@chairool)
New Member
Joined: 5 years ago

Hi, I've tried and waited for couple days and still not working. Then I added !important and I think it may bypass the theme coded and it works!

 

#wpforo #wpforo-wrap .wpforo-post .wpforo-post-content p {line-height:18px !important}