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.
NMS Input box length?
-
schug.trent
- Forum Members

- Posts: 28
- Joined: Sun May 18, 2008 7:53 pm
Re: NMS Input box length?
still nothing. I looked into some of the files but couldn't find what I was looking for.
Re: NMS Input box length?
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
Nullig
-
christiaans
- Power Poster

- Posts: 300
- Joined: Tue Mar 04, 2008 10:37 am
Re: NMS Input box length?
Yes. usually I create a class (could be an empty class) and wrap that around the subscribe template.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
For instance:
That should do the trick for you.newsletter input {
width: ...;
color: ...;
..
}
-
schug.trent
- Forum Members

- Posts: 28
- Joined: Sun May 18, 2008 7:53 pm
Re: NMS Input box length?
Thanks did wonders for me!
Re: NMS Input box length?
[solved] ?...

