Page 1 of 1

NMS Input field length

Posted: Thu Feb 08, 2007 8:04 am
by Steff
Hi There

First of all:
This is the most simple CMS i ever saw. I've testet some CMS in the last weeks. But not one of them are that simple and powerful. This is great.  ;D

I've installde CMSMS yesterday and created a template. Now i have installed the NMS. The subscription Box has to have a size of 150px. The length of the input field for eMail and Name has a size of 30. Where can i change the size of this input field  ???

Thx a lot
Steff

Re: NMS Input field length

Posted: Thu Feb 08, 2007 10:37 am
by tsw
in css. check the input area class and add something like

div#content form.nms input.email {
width:150px;
}

but it would be better to use a relative unit like em for users with different displays and so on

hope this helps

Re: NMS Input field length

Posted: Thu Feb 08, 2007 12:16 pm
by Steff
Thank you. I'll test it this afternoon.

Re: NMS Input field length

Posted: Thu Feb 08, 2007 3:24 pm
by Steff
this works perfectly. thx a lot