Page 1 of 1

NMS Input box length?

Posted: Thu Aug 28, 2008 4:15 pm
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.

Re: NMS Input box length?

Posted: Fri Aug 29, 2008 3:54 am
by schug.trent
still nothing. I looked into some of the files but couldn't find what I was looking for.

Re: NMS Input box length?

Posted: Fri Aug 29, 2008 4:52 am
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

Re: NMS Input box length?

Posted: Fri Aug 29, 2008 6:11 am
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 :).

Re: NMS Input box length?

Posted: Fri Aug 29, 2008 4:39 pm
by schug.trent
Thanks did wonders for me!

Re: NMS Input box length?

Posted: Fri Aug 29, 2008 7:56 pm
by Dr.CSS
[solved] ?...