Zen Cart Logo
Forums / General Questions / Editing the size of the e-mail registration fields

Editing the size of the e-mail registration fields

Views: 446

Results 1 to 3 of 3
12 Nov 2013, 4:39 PM
#1
rheon avatar

rheon

New Zenner

Join Date:
May 2013
Location:
West Palm Beach,FL
Posts:
24
Plugin Contributions:
0

Editing the size of the e-mail registration fields

Hi all,

I am trying to change:
<input type="text" name="street_address" size="41" maxlength="64" id="street-address">
** TO**
<input type="text" name="street_address" size="33" maxlength="64" id="street-address">

Running v1.5.1can, Can you please direct me in the correct direction?

Attachment 13336

12 Nov 2013, 5:34 PM
#2
picaflor_azul avatar

picaflor_azul

Totally Zenned

Join Date:
Jul 2009
Location:
picaflor-azul.com
Posts:
6,940
Plugin Contributions:
28

Re: Editing the size of the e-mail registration fields

Rheon:

Hi all,

I am trying to change:
<input type="text" name="street_address" size="41" maxlength="64" id="street-address">
** TO**
<input type="text" name="street_address" size="33" maxlength="64" id="street-address">

Running v1.5.1can, Can you please direct me in the correct direction?

Attachment 13336

The easiest way to make this modification would be to use css:

#street-address{width: your width px;}

Thanks,

Anne

12 Nov 2013, 6:43 PM
#3
rheon avatar

rheon

New Zenner

Join Date:
May 2013
Location:
West Palm Beach,FL
Posts:
24
Plugin Contributions:
0

Re: Editing the size of the e-mail registration fields

Thank you :)