Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
wpDiscuz Integration
3
Posts
2
Users
0
Reactions
260
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.