Page 1 of 1
How to change text box width for Newsletter subscribe
Posted: Fri Mar 11, 2011 3:41 pm
by simonb
Hi,
I've installed Newsletter Made Simple. I am customising the Subscribe form. The only thing I can't figure out how to do is set the width of the name/email text input boxes.
Is there a way to set this?
Thanks,
SimonB
Re: How to change text box width for Newsletter subscribe
Posted: Fri Mar 11, 2011 7:13 pm
by Dr.CSS
Use CSS to style it to the size you need...
Re: How to change text box width for Newsletter subscribe
Posted: Sat Mar 12, 2011 1:47 pm
by simonb
OK. Thanks. Where I was going wrong was I was looking for a "length" attribution and CSS does it with the "width" attribute. It's working now by defining the "cms_textfield" class.
Code: Select all
.cms_textfield { font-family: arial; font-size: 8px; line-height:1.6; width:105px;}
Next question: How to I change {$prompt_email} from "Email Address" to say just "Email"? I can obviously just hard-code it into the template but I suspect there is a neater way to change it somewhere else.
Re: How to change text box width for Newsletter subscribe
Posted: Sat Mar 12, 2011 7:01 pm
by Dr.CSS
Most times there is a setting in the module admin for things like this, I would check every tab, button, etc...
Re: [SOLVED] How to change text box width Newsletter subscr
Posted: Sat Mar 12, 2011 7:45 pm
by simonb
Dr.CSS wrote:Most times there is a setting in the module admin for things like this, I would check every tab, button, etc...
I looked all over and couldn't find anything. Anyway my original problem is solved and I can work around this other one.
Thanks & regards
Re: How to change text box width for Newsletter subscribe
Posted: Mon Apr 25, 2011 2:52 pm
by janvl
It is probably in the languagefiles that are in the module directory for this module.
Regards,
Jan