I have installed the Drupal phplist module and am happy with the way it works. However, I have not been able to figure out how to change the width of the email field on my site which pushes all content to the left. You can see what I mean at www.gardenhere.com. I have searched here in the Drupal forums and googled for a couple of days . . . still no answer. I'm sure it is a simple fix, but I did not see a CSS file in the phplist module and have even looked at my PhpList setup. A solution would be much appreciated.

Comments

.carey’s picture

Find where the following code is:

<label for="edit-mail">E-mail: </label>
 <input type="text" maxlength="128" name="mail" id="edit-mail"  size="60" value="" class="form-text" />

and change size="60" to a smaller number like 16, which would match the size of the 'confirm e-mail' field below it.