• Hello,
    I increased the default size of the input area of the submit comment box a few months back. Now that I changed themes I need to make the input area for comments back to normal (it is too wide now and makes the right sidebar misaligned).

    For the life of me I can’t find the php file that has these settings. I am pretty sure it was somewhere in wp-admin but not 100%. Anybody can offer a clue? Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • comments.php

    Probably something like this:

    <p><textarea name="comment" id="comment" cols="100%" rows="10" tabindex="4"></textarea></p>

    🙂

    You also need to set the size in your layout.css for your theme. In it, you can adjust the lines and width of the textarea block. It starts with this near the end in the comments section.

    textarea {

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to change the size of the submit comment form box?’ is closed to new replies.