[Support request] reduce height of comment form

Home Forums Support [Support request] reduce height of comment form

Home Forums Support reduce height of comment form

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #418294
    sdanbu

    Hi

    Could you please tell me a php solution or css solution to reduce height of comment form?

    Thank you

    #418535
    Tom
    Lead Developer
    Lead Developer

    You can do something like this:

    #comments textarea {
        height: 100px;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.