edit file includes/templates/YOUR TEMPLATE/sideboxes/tpl_login_box.php if you have in a override folder
or edit
includes/templates/template_default/sideboxes/tpl_login_box.php
edit line
Code:
$content .=LOGIN_BOX_EMAIL_ADDRESS . '<br />' . zen_draw_input_field('email_address', '', 'size="24"').'<br />';
$content .=LOGIN_BOX_PASSWORD . '<br />' . zen_draw_password_field('password', '', 'size="24"') . '<br />';
Where the number 24 change it to smaller or larger number to fit your template.
Also do not forget YOUR TEMPLATE is the name of your template this file resides in.
Good Luck
Rob
Bookmarks