wpDiscuz Integration
3
Posts
2
Users
0
Reactions
9
Views
Feb 25, 2025 1:28 pm
Hello. Thank you very much for the plugin.
Tell me how to solve the issue of overlaying the context menu when editing comments. WP theme closes the window.
2 Replies
Feb 26, 2025 10:05 am
Hi,
Try the CSS code below:
#wpdcom .wpd-tools-actions {
left: -690%;
}
Insert the code in the "Custom CSS code" textarea, located in the Dashboard > wpDiscuz > Settings > Styles & Colors admin page.
The red-marked value can be changed as you like.