change the height of td_comment_textarea

Posted in: Newspaper
Post count: 15

hi, do you know how to change the height of td_comment_textarea? it seems a bit tall, but I couldn’t get it done by css. thanks.

Post count: 15

I tried to use this,

.td-form-comment textarea, .comment-form-input-wrap input[type=text]{
height:168px
}

but seems it couldn’t be shorter than 168px

Post count: 15

no worries I found it

.td-form-comment textarea, .comment-form-input-wrap input[type=text]{
min-height:100px!important;
height:100px!important;
}

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.