How can I reduce the height of the comment form text area?
I am not able to find where this is defined...
I uses Twenty-Ten theme.
Inger Lise
How can I reduce the height of the comment form text area?
I am not able to find where this is defined...
I uses Twenty-Ten theme.
Inger Lise
it is not explicitely defined in style.css;
you can try and add a new style for it; for instance:
textarea#comment { height:50px; }
Thank you, that worked perfectly!
Inger Lise :-)
it works! thanks you ;)
This topic has been closed to new replies.