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.
General Discussions
3
Posts
2
Users
0
Reactions
127
Views
Jun 15, 2025 6:47 pm
I am trying to figure out how to make the blank space above the comment section and a paragraph above it, which is outside of the comment section. (see screen shot and red text) Maybe with CSS? I don't see any solution, but am open to any ideas? Thanks!
Website URL
2 Replies
Jun 16, 2025 10:43 am
Here is the CSS code you can use:
div#comments { margin-top: 0; } #wpdcom .wpd-form-head { margin: 0; padding: 0; }
Insert the code in the "Custom CSS code" textarea, located in the Dashboard > wpDiscuz > Settings > Styles & Colors admin page.
Jun 16, 2025 2:40 pm
Thank you!!!!! That worked!!!!!!!