Change text space in login menu

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Oct 21, 2014 3:09 pm
Reply with quote
Report this post
I need to increase the text space with one character in login menu because "username" in dutch is longer "gebruikersnaam" and doesn't fit. Where can i do that?

Image
User avatar
Fresh Boarder

GK User
Wed Oct 22, 2014 10:35 pm
Reply with quote
Report this post
Hello,

Please try to add in the Custom CSS code option under the template Advanced settings the following code:

Code: Select all
#login-form input[type="text"],
#login-form input[type="password"] {
width: 69%!important;
}
#loginForm label {
width: 30%!important;
}
User avatar
Administrator

GK User
Thu Oct 23, 2014 11:06 am
Reply with quote
Report this post
Yes, it is working now

Thank you for your help!
User avatar
Fresh Boarder