[Resolved] reduce height of comment box

Home Forums Support [Resolved] reduce height of comment box

Home Forums Support reduce height of comment box

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #568070
    CRISTO

    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?

    #568072
    David
    Staff
    Customer Support

    You can just reduce the comment textarea like so:

    #comment {
    	height: 100px;
    }
    #568458
    CRISTO

    Thanks, David. Worked perfectly. As usual GP support is outstanding.

    #568471
    David
    Staff
    Customer Support

    Your welcome Cristo!

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