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.
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.
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.