General Discussions
3
Posts
2
Users
0
Reactions
100
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!!!!!!!