How to change comment box size?

  • Author
    Posts
  • #43022

    Hi,

    I was wondering if there’s a simple way to change the size of the comments box at the end of posts? Just now it takes up a lot of space and is empty. Is there a way to make it smaller using custom css or anything? Have looked around online but can’t find anything which does it.

    Thanks,
    Cameron.

    Website: www.rockandrolltraffic.com

    #43026

    hi, maybe you can try this, from wp-admin menu : appearance-customize-additional css
    try to input (for example) like this:

    .comment-form-comment textarea {
    display: block;
    float: none;
    font-size: 12px;
    height: 5em;
    width: 50%;
    }

    #respond input {
    font-size: 12px;
    width: 50%;
    }

    save, publish and see whats different, change value if you need it

    Website: raftingbatu.id

    #43063

    I think that’s done it! Thanks very much!

Viewing 3 posts - 1 through 3 (of 3 total)

The topic ‘How to change comment box size?’ is closed to new replies.