I’m assuming you’re referring to the textarea.
I don’t know the ID or class of your comments template, but it’s probably something like “comments-template,” so I’ll use that.
Add this to your stylesheet:
#comments-template textarea { width: 200px; }
Or, look for something similar already in your stylesheet.
I found mine in the STYLESHEET, style.css file, scroll right to the bottom, I changed mine from 100% to 400px.
_________________________________
#commentform textarea
{
width: 400px;
padding: 2px;
}
____________________________________
(@ticklefish)
17 years, 9 months ago
Where can i adjust the comment box size for my blog posts comments, at the moment the size is large and overflows the sidebar.