Jun 11, 2020 3:31 pm
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 🙂
2 Replies
Jun 11, 2020 3:45 pm
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.
Jun 14, 2020 9:24 am
It worked, thank you so much!