Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
#1 2008-07-12 01:21:38
- RepoPrez
- Member
- Registered: 2008-03-01
- Posts: 10
comment_form input size
Is there an easy way that I could change the input sizes for the comment_form?
Maybe there is, and I am just missing it. But I do appreciate any help you could give me.
Offline
Re: comment_form input size
CSS is pretty easy:
#txpCommentInputForm input, #txpCommentInputForm textarea
{
width: 100px;
}
Offline
#3 2008-07-12 07:31:25
- Mary
- Sock Enthusiast
- Registered: 2004-06-27
- Posts: 6,236
Re: comment_form input size
Offline
Pages: 1