Add Spaces After "Password" Text

Create fresh and professional look of personal or blog websites with AppsPro Tech
GK User
Tue Nov 12, 2013 6:40 pm
I'd like to add a few spaces after the word "Password" so that the User Name and Password fields are aligned. Where could I find the code to do this?
Screen Shot 2013-11-12 at 9.37.38 AM.png
User avatar
Expert Boarder

GK User
Tue Nov 12, 2013 6:49 pm
You cant just add spaces in html - even 100 spaces will show as one. Its better to use css to correct styling.
Could You please post an url to your site so I can prepare css override to help you with that?
User avatar
Moderator

GK User
Tue Nov 12, 2013 6:51 pm
Sure! The link is: http://simchef.com/. You can see the issue if you click the yellow Login button in the top right.
User avatar
Expert Boarder

GK User
Tue Nov 12, 2013 8:24 pm
Please edit: /templates/gk_appsprotech/css/override.css and add at its end:
Code: Select all
#login-form label {display: inline-block; width: 100px;}


Adjust 100px to your liking.

Remember to enable "CSS override" in template settings - advanced section.
User avatar
Moderator

GK User
Tue Nov 12, 2013 8:35 pm
Perfect! Thank you!!! :D
User avatar
Expert Boarder

GK User
Wed Nov 13, 2013 5:34 pm
I'm glad I could help.
Closing the topic.
User avatar
Moderator


cron