Site logo

Archived topic

reduce height of comment form

1 reply · Started by sdanbu on November 8, 2017

Viewing posts 1–2 of 2

Hi

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

Thank you

You can do something like this:

#comments textarea {
    height: 100px;
}
This archived topic is closed to new replies.