NMS Input box length?

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
schug.trent
Forum Members
Forum Members
Posts: 28
Joined: Sun May 18, 2008 7:53 pm

NMS Input box length?

Post by schug.trent »

Hi,

In the NMS Module Is there any way to make the input boxes for name and email shorter?  They are too long and throwing off my tables.
schug.trent
Forum Members
Forum Members
Posts: 28
Joined: Sun May 18, 2008 7:53 pm

Re: NMS Input box length?

Post by schug.trent »

still nothing. I looked into some of the files but couldn't find what I was looking for.
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: NMS Input box length?

Post by Nullig »

Change the size in your stylesheet. If you can post a link to the frm, we can see the problem and suggest a solution.

Nullig
christiaans
Power Poster
Power Poster
Posts: 300
Joined: Tue Mar 04, 2008 10:37 am

Re: NMS Input box length?

Post by christiaans »

Nullig wrote: Change the size in your stylesheet. If you can post a link to the frm, we can see the problem and suggest a solution.

Nullig
Yes. usually I create a class (could be an empty class) and wrap that around the subscribe template.

For instance:
.newsletter input {
width: ...;
color: ...;
..
}
That should do the trick for you :).
schug.trent
Forum Members
Forum Members
Posts: 28
Joined: Sun May 18, 2008 7:53 pm

Re: NMS Input box length?

Post by schug.trent »

Thanks did wonders for me!
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: NMS Input box length?

Post by Dr.CSS »

[solved] ?...
Post Reply

Return to “Layout and Design (CSS & HTML)”