Hi,
I just want to ask how to remove gaps in old comments (before installing WPDiscuz) without editing it manually?
Here's what it looks like:
Thank you!!
Hi madvien,
This is a CSS conflict with your theme or some other plugins. We'll need your website URL to check and provide some CSS solution for you.
Hi @madvien,
Please reactivate wpDiscuz to allow us to check it and provide some solution for you.
Hi @Astghik,
Apologies I forgot that it's still on our staging site. Here's the link - https://staging.animalso.com/
Thanks!
Please navigate to Dashboard > Comments > Settings > Styling admin page, add the following CSS code in "Custom CSS Code" textarea, save it, delete all caches, do CTRL+F5 on frontend.
#wpcomm .wc-comment-right .wc-comment-text {
display: flex;
}
Hi @Arina - I noticed just now that the approval status is showing on the side instead of the horizontal look above the comment to moderate.
See screenshot: https://prnt.sc/ltut5m
Thanks!
Hi @madvien,
Please remove the code provided before and add this one. It should solve the problem. Please don't forget to delete caches before checking.
#wpcomm .wc-comment-right .wc-comment-text {
display: flex;
flex-direction: column;
}