Jul 27, 2023 8:30 pm
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?
Website URL
1 Reply
Jul 28, 2023 9:58 am
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.