Aug 23, 2020 8:59 am
Hi, I'm a fan of your product. I have one minor problem:
I'm seeing a large white space above my commentsection (e.g.: https://pggt.nl/test-2/ )
I've tried to add to my css:
div#comments {
padding-top: 0 !important;
}
But that didn't work
Is this a problem of my theme or the plugin? If it is the problem of my theme, do you have any suggestions I could say to their support team?
3 Replies
Aug 23, 2020 10:23 am
So I figured out that the code
div#comments {
padding-top: 0 !important;
}
made the gap a bit smaller, but it's still there.