• Just switched to WordPress from MT on Monday.

    I’m having trouble adjusting the width of my comment forms and displays. Do I fix this in CSS, template, both? I’d like the comments to be the same width as the entries.

    Site is https://www.1115.org

    Any help would be greatly appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • There’s a line in your wp-layout.css that says:

    textarea {
    width: 80%;
    }

    and also a reference to the textarea size in wp-comments.php:

    <textarea name="comment" id="comment" cols="200" rows="15" tabindex="4"></textarea>

    Try playing around with these.

    Thread Starter 1115

    (@1115)

    Thanks, we’ll try it.

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