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.
With the rich text editor disabled, when a user edits their comment, the default textarea is too small. Instead of filling the comment area, it is only about 150px wide. This is awkward on mobile, but even more so on desktop. Clicking into the small textarea then expands it massively tall to fit the text.
This is reproducible across mobile (with default settings of no rich text editor) as well as multiple browsers (Safari, Chrome).
See attached photos for how it looks on desktop.
Hi @leovictoria,
Please use this CSS code:
#wpdiscuz-edit-form textarea{
width:100%;
}
The CSS codes should be added to the "Custom CSS code" textarea. It's located in the Dashboard > wpDiscuz > Settings > Styles & Colors admin page.