Zen Cart Logo
Forums / Addon Sideboxes / Login Box - how to edit

Login Box - how to edit

Locked

Views: 2,736

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
10 Sep 2008, 5:22 AM
#1
creativewarrior avatar

creativewarrior

New Zenner

Join Date:
Jun 2008
Posts:
34
Plugin Contributions:
0

Login Box - how to edit

Hi
ive installed the login box that appears on the side of my clients site: http://mammabellahkids.com.au/shop/

problem is the fields are too big (too long) and i would like to make them fit the design. ive looked everywhere in the code and cant seem to find out how??

9 Oct 2008, 2:40 PM
#3
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Login Box - how to edit

I'd use the Developers Tool Kit to search for '135px' which is the width specified for those boxes in the page source. Doesn't seem to be in the stylesheet.

11 Jan 2009, 5:08 AM
#4
janks avatar

janks

New Zenner

Join Date:
May 2006
Posts:
30
Plugin Contributions:
1

Re: Login Box - how to edit

i have the same problem, did anyone work it out?

11 Jan 2009, 5:12 AM
#5
janks avatar

janks

New Zenner

Join Date:
May 2006
Posts:
30
Plugin Contributions:
1

Re: Login Box - how to edit

edit this file: includes/templates/template_default/sideboxes/tpl_login_box.php

Line #35 : $content .=LOGIN_BOX_EMAIL_ADDRESS . '<br />' . zen_draw_input_field('email_address', '', 'size="24"').'<br />';

Line #36 : $content .=LOGIN_BOX_PASSWORD . '<br />' . zen_draw_password_field('password', '', 'size="24"') . '<br />';

change size to desired length