username and password width

Professional Business Joomla template for corporate and business websites suitable for showing stock quotes, up to date news, portfolio management resources or international market data.
GK User
Wed Feb 06, 2013 2:58 pm
Hi, i would like to know if its possible to set the width to username and password textbox on login module.

I deleted on joomla.css the width to text area because is used by any textbox on my website and is not what i want, but now the width on username and password are out the limit of module

This is the link: http://somos1producciones.com/

Thanks
User avatar
Senior Boarder

Konrad M
Thu Feb 07, 2013 8:40 am
Hi,
please add to override.css:
Code: Select all
input#modlgn-username {
width:150px;
}
input#modlgn-passwd {
width:150px;
}

and set own width value for them. Remember to enable override.css option in template settings.
User avatar


cron