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?
Newsletter MadeSimple - customization
Re: Newsletter MadeSimple - customization
div.wrapperfornms input {
width:5em;
}
and use something like
{cms_module module="nms"...}
width:5em;
}
and use something like
{cms_module module="nms"...}
Re: Newsletter MadeSimple - customization
Great!tsw wrote: div.wrapperfornms input {
width:5em;
}
and use something like
{cms_module module="nms"...}
Thank you very much!