Hi bolla77,
Something wrong with your theme css, it may set wrong sizes for all textareas. Please leave some example URL to allow as check the issue directly on page HTML.
The same problem seems to appear here: http://teambuilder.hu/tagok
Hi bolla77,
Your website is down.
Hi bolla77,
Please go to Dashboard > wpDiscuz > Background and Colors tab and put this css code in “Custom CSS Code” text field. Then save and check on front-end:
#wpcomm .wc-field-comment .wc-field-textarea {
width: auto;
}
#wpcomm form .item {
overflow: inherit;
}
And this:
#wpcomm .wc-comment {
text-align: left;
}