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