Quote:
Originally Posted by Vacman
Paul, unfortunately that did not make the Phone Number input box any wider - and yes, I did clear the template cache.
|
I'll send you an email when I get home late tonight around 10pm. I don't want to clog up Phil's reBOOT thread.
Until I reply try adding this CSS in a custom CSS file. Play around with changing the 90px to 90%
Code:
fieldset.registerform ul li.fields-group input[type="text"], fieldset.registerform ul li.fields-group input[type="password"] {
width: 90px;
}