drupalfun.com
Resize the registration email and username textfield in drupal 6
Submitted by handoyo on Sun, 12/27/2009 - 12:16
Status:
Open Question:
Hi all,i wonder how to resize the default usename and email textfield size in drupal 6 registration form?Thanks a lot...
This is what i found out


1. Add a line to your
Add a line to your style.css:
check the id of the input field concerned, for instance:
#name-edit{
width: 400px
}