Big blank gaps betw...
 
Share:
Notifications
Clear all

Question [Solved] Big blank gaps between comments

7 Posts
2 Users
1 Likes
320 Views
Posts: 8
Topic starter
(@markamericana)
Active Member
Joined: 10 months ago

Hi all. I installed the plugin recently but noticed that there are big gaps of blank space between comments, and also the comment options are truncated. See this for example: https://americana-uk.com/the-song-remains-gordon-lightfoot-1938-2023 Just wondered of there's anything I can do to fix this? Thanks everyone.

6 Replies
Asti
Posts: 7056
 Asti
Support
(@asti)
Illustrious Member
Joined: 6 years ago

Hi @markamericana,

Please use the solution provided in this post:  https://wpdiscuz.com/community/postid/6500/

Posts: 8
Topic starter
(@markamericana)
Active Member
Joined: 10 months ago

That's great thanks, that fixes the issue with spaces. With the other issue where the mange comment options from the cog icon are truncated down to just their first character, is there anything I can do to fix that?

1 Reply
Asti
 Asti
Support
(@asti)
Joined: 6 years ago

Illustrious Member
Posts: 7056

@markamericana,

With the other issue where the mange comment options from the cog icon are truncated down to just their first character, is there anything I can do to fix that?

Please explain using some screenshots. 

Posts: 8
Topic starter
(@markamericana)
Active Member
Joined: 10 months ago

 

Screenshot 2023 05 29 at 11.42.37

Here you go - if I hover over the cog there are some options but they are truncated past the first character 

1 Reply
Asti
 Asti
Support
(@asti)
Joined: 6 years ago

Illustrious Member
Posts: 7056

@markamericana,

Use the CSS code below: 

#wpdcom .wpd-comment-footer .wpd-tools-actions{
   right: 50% !important;
   left: unset;
}

Put the code in the "Custom CSS code" textarea, located in the Dashboard > wpDiscuz > Settings > Styles & Colors admin page.

Don't forget to delete the caches before checking.

The testing comment made by us can be deleted.

Posts: 8
Topic starter
(@markamericana)
Active Member
Joined: 10 months ago

That's brilliant, many thanks

Share: