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 all,
How do I increase the space between paragraphs in posts? I think it would feel more readable if there was more space between each paragraph, it feels a bit tight for me as it is now. Posting example of what it looks like.
Hi @am_wolfeÂ
add this to custom css
Dashboard > wpForo > Settings > Colors & Styles > Custom CSS
#wpforo #wpforo-wrap .wpforo-post-content { letter-spacing: 2px; }
replace the 2px with the value you want
Thank you,
I tried this and it did not change the spacing between paragraphs, it just changed the spacing between the letters it seems. Is there a way to simply make the space between the paragraphs bigger?