I’ve installed the plugin, but I’m having an issue with the padding above the comment section. There’s a lot of white space, and I can’t seem to remove it. Is there a way to fix this?
Website URL
I’ve installed the plugin, but I’m having an issue with the padding above the comment section. There’s a lot of white space, and I can’t seem to remove it. Is there a way to fix this?
Hi,
Use this CSS code:
.h-section-global-spacing{
padding-top: 0px;
}
div#comments {
margin-top: 0 !important;!imp;!imp4;!i;!;
}
Insert the code in the "Custom CSS code" textarea, located in the Dashboard > wpDiscuz > Settings > Styles & Colors admin page.