Viewing 2 replies - 1 through 2 (of 2 total)
  • Can’t see it. Have to be logged in to comment.

    But (I’m guessing) it probably only happens in IE, and it’s probably happening because the textarea width is set to 100%.

    Change this line in the stylesheet:

    #commentform textarea {
    width: 100%; <------------------
    }

    Change that to a fixed width…like 400px

    Thread Starter sydlexia

    (@sydlexia)

    Thanks, that worked great.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Resizing the reply form’ is closed to new replies.