[Resolved] remove the stretch function on the comment

Home Forums Support [Resolved] remove the stretch function on the comment

Home Forums Support remove the stretch function on the comment

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #2297226
    Jusung

    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?

    #2297229
    Jusung

    you can see my website here

    #2297268
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

    .comment-form-comment #comment {
        resize: unset;
    }
    #2297279
    Jusung

    Thank you!

    it has been resolved!

    #2297293
    David
    Staff
    Customer Support

    Glad to hear that !

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.