• How do I make the comment box taller and thinner.
    My template requires a smaller txt field.

    Thanks in advanced.

    WebMike

Viewing 1 replies (of 1 total)
  • Look in the commments.php file. You are looking for<textarea name="comment" cols="something you set" rows="sets the height" .... There is more code after that but that is the crucial code for editing directly inside the comment form.

    To accomplish the same thing purely with CSS add this to your stylesheet textarea#comment{width: 550px; height: 100px;}. Obviously you would set the width to whatever width fit with your site.

Viewing 1 replies (of 1 total)
  • The topic ‘Comment Box Size’ is closed to new replies.