NMS Input field length

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Post Reply
Steff
Forum Members
Forum Members
Posts: 13
Joined: Wed Feb 07, 2007 6:17 am

NMS Input field length

Post 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
tsw
Power Poster
Power Poster
Posts: 1408
Joined: Tue Dec 13, 2005 10:50 pm

Re: NMS Input field length

Post 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
Steff
Forum Members
Forum Members
Posts: 13
Joined: Wed Feb 07, 2007 6:17 am

Re: NMS Input field length

Post by Steff »

Thank you. I'll test it this afternoon.
Steff
Forum Members
Forum Members
Posts: 13
Joined: Wed Feb 07, 2007 6:17 am

Re: NMS Input field length

Post by Steff »

this works perfectly. thx a lot
Post Reply

Return to “CMSMS Core”