Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#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

#2 2008-07-12 01:36:54

jm
Plugin Author
From: Missoula, MT
Registered: 2005-11-27
Posts: 1,746
Website

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

Board footer

Powered by FluxBB