Viewing 2 replies - 1 through 2 (of 2 total)
  • The overall form is already as wide as it can be. However, you can increase the width of the textarea by editing style.css:

    textarea#comment {
    height:100px;
    width:500px;
    }

    and removing width:500px;.

    Thread Starter chanarmstrong

    (@chanarmstrong)

    THANK YOU!!!

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