Page 1 of 1

Newsletter MadeSimple - customization

Posted: Sun Jul 29, 2007 8:56 am
by saltydog
The two input areas in the subscription form (email and username) seem to be hardcoded.
I need to embed the form into my lefty-column area, but the 2 input fields are too long., and I didn't find any way to shorten them from the module.
Should I have to hack the code?

Re: Newsletter MadeSimple - customization

Posted: Sun Jul 29, 2007 10:52 am
by tsw
div.wrapperfornms input {
width:5em;
}

and use something like


{cms_module module="nms"...}

Re: Newsletter MadeSimple - customization

Posted: Sun Jul 29, 2007 6:05 pm
by saltydog
tsw wrote: div.wrapperfornms input {
width:5em;
}

and use something like


{cms_module module="nms"...}


Great!
Thank you very much!