Notifications
Clear all
Topic starter
07/11/2017 5:52 pm
Love your plugin. You've done a great jobs of cracking the long-standing WP-comments-need-to-be-better problem.
We have a small issue, that I hope will be easy to tweak.
When a reader tries to copy the URL of the comment (Example), only half the popup containing the URL is shown, as you can see here ->
Would love to learn how I can fix this please.
07/11/2017 10:13 pm
Please navigate to Dashboard > Comments > Settings > Styling admin page, put this CSS code in Custom CSS Code textarea, save it, delete all caches and do Ctrl+F5 on front-end:
.post {
overflow: visible;
}