Viewing 3 replies - 1 through 3 (of 3 total)
  • If you’re talking about this:
    <textarea name="comment" id="comment" cols="40" rows="4" tabindex="4"></textarea>

    Then you want to change cols to something more or less than 40. I don’t use the templates so I don’t know if CSS is also controlling this. Check for anything in #comment in your CSS. If you see width declarations, that may be your problem.

    Thread Starter muggzy

    (@muggzy)

    hmm i dont use templates either, i got a suspection that css is controlling it somewhere

    here are the values for my page

    <textarea name=”comment” id=”comment” cols=”40″ rows=”4″ tabindex=”4″></textarea>

    does this look right?

    Try changing cols=”40″ to cols=”20″ and see what happens.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Cant Reduce ‘Your Comment’ Text Box size’ is closed to new replies.