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.
We have character limits on our comments section, but the input too long error message appears underneath the page menu and people can't see anything except the bottom part of the red text box, so no one know why their comment won't post. How do I move the "input too long" error box to pop up below the comment instead of above it and underneath the page menu?
Please try to use the CSS code below:
#wpdiscuz-comment-message.wpdiscuz-comment-message-auth{
top: 50% !important;
}
Put 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.
Don't forget to delete the caches before checking.