Archived topic
reduce height of comment box
3 replies · Started by CRISTO on May 5, 2018
I note that this was answered previously, but I think the answer was for the width of the box. I would like to make the height smaller. Here is what you recommended for the width change:
/* reduce size of comment box */
.comment-form-comment {
width: 50%;
}
Do I just change width: to height:50% Or is there another way to do that?
You can just reduce the comment textarea like so:
#comment {
height: 100px;
}
Thanks, David. Worked perfectly. As usual GP support is outstanding.
Your welcome Cristo!