White space above c...
 
Share:
Notifications
Clear all

[Solved] White space above comment section

4 Posts
2 Users
0 Likes
819 Views
Posts: 3
 RvR
Topic starter
(@rvr)
Active Member
Joined: 4 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/ )

Knipsel

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
Posts: 3
 RvR
Topic starter
(@rvr)
Active Member
Joined: 4 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.

2 Replies
Asti
 Asti
Support
(@asti)
Joined: 6 years ago

Illustrious Member
Posts: 7056

@rvr,

Please use this code as well. 

.single .content>.post, .single .content>.project-post {
margin-bottom: 5px;
}

You can change the red marked value if you want. 

 RvR
(@rvr)
Joined: 4 years ago

Active Member
Posts: 3

@asti Thank you! That worked perfectly!

Share: