• Where can i adjust the comment box size for my blog posts comments, at the moment the size is large and overflows the sidebar.

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m assuming you’re referring to the textarea.

    I don’t know the ID or class of your comments template, but it’s probably something like “comments-template,” so I’ll use that.

    Add this to your stylesheet:

    #comments-template textarea { width: 200px; }

    Or, look for something similar already in your stylesheet.

    I found mine in the STYLESHEET, style.css file, scroll right to the bottom, I changed mine from 100% to 400px.

    _________________________________
    #commentform textarea
    {
    width: 400px;
    padding: 2px;
    }
    ____________________________________

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Comment box size’ is closed to new replies.