The effects of alcohol on
sustanon 250 leucine for – real weight loss & bodybuilding benefits?
[Solved] White space above comment section
How-to and Troubleshooting
(@rvr)
Active Member
Joined: 5 years ago
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?
This topic was modified 5 years ago 2 times by
RvR
(@rvr)
Active Member
Joined: 5 years ago
So I figured out that the code
div#comments { padding-top: 0 !important; }
made the gap a bit smaller, but it's still there.
(@asti)
Joined: 8 years ago
Illustrious Member
Posts: 8196
Aug 24, 2020 8:31 am
@rvr ,
Please use this code as well.
.single .content>.post, .single .content>.project-post { margin-bottom: 5 px; }
You can change the red marked value if you want.
(@rvr)
Joined: 5 years ago
Active Member
Posts: 3
Aug 24, 2020 10:37 am
@asti Thank you! That worked perfectly!