Archived topic
remove the stretch function on the comment
4 replies · Started by Jusung on July 29, 2022
Viewing posts 1–5 of 5
on the comment, you can stretch the comment box by using mouse.
I want to remove it.
So, people can't adjust the comment box.
Can I make this by adding CSS?
you can see my website here
Hi there,
try this CSS:
.comment-form-comment #comment {
resize: unset;
}
Thank you!
it has been resolved!
Glad to hear that !
This archived topic is closed to new replies.