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 there
Since recently updating wpDiscuz, all my comments have lost their formatting - there are no longer any spaces between paragraphs.
One can see the comments under this article: https://www.discerningtheworld.com/2019/08/08/water-baptism-spiritual-water-baptism/
Can someone please assist.
Thank you 🙂
Hi @dtw,
Please try this CSS code:
#wpdcom .wpd-comment-text p {
margin-bottom: 6px;
}
The CSS code should be added in the "Custom CSS Code" textarea, located in the Dashboard > wpDiscuz > Settings > Styles & Colors admin page.
Please don't forget to delete all caches and press CTRL+F5 (twice) on the frontend before checking.
It worked, thank you so much!