Shape 5

Joomla Templates => Corpway - Club => : nsalvatore October 28, 2014, 12:18:30 PM



: text boxes too small on 'lost password' reset/verification forms
: nsalvatore October 28, 2014, 12:18:30 PM
Hi could you please tell me how to change the text box sizes on the lost password reset and verification form.
Basically, when someone attempts to retrieve a lost password or username, the text boxes are too small on subsequent pages.
The pages are here:

http://nmpreventionworkforce.org/index.php/component/users/?view=reset
http://nmpreventionworkforce.org/index.php/component/users/?view=reset&layout=confirm
http://nmpreventionworkforce.org/index.php/component/users/?view=reset&layout=complete

The CSS for the jform elements seem to be coming from http://nmpreventionworkforce.org/templates/corpway/css/bootstrap/bootstrap-default.css, but as a novice I hesitate to touch it.

Any guidance is much appreciated!
Natalie
p.s. Corpway is an awesome template!


: Re: text boxes too small on 'lost password' reset/verification forms
: mikenicoll October 28, 2014, 08:36:12 PM
Hi Natalie,

Adding this to the custom.css should work for all the inputs on the site as needed.

:
input {
  padding: 10px !important;
  height: auto !important;}


: Re: text boxes too small on 'lost password' reset/verification forms
: nsalvatore October 29, 2014, 01:27:27 PM
It worked like a charm. Thank you!


: Re: text boxes too small on 'lost password' reset/verification forms
: mikenicoll October 29, 2014, 09:33:00 PM
NP :)