- Posts: 20
- Thank you received: 0
Making Changes to Registration and Login pages
-
joeleach
Inactive member - Topic Author
- Member
Less
More
13 years 2 weeks ago #13324
by joeleach
Making Changes to Registration and Login pages was created by joeleach
See screenshot- how can I make adjustments to the look of this, particularly the spacing and justification of the username and password fields, and the login button- they are all crammed together.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 2 weeks ago #13328
by ivan.milic
Replied by ivan.milic on topic Re: Making Changes to Registration and Login pages
you can make text inputs more in width so you force them be in new line:
.column_left input[type="password"],
.column_left input[type="text"]{
width:95%;
}
put this at the bottom of template_css.css
.column_left input[type="password"],
.column_left input[type="text"]{
width:95%;
}
put this at the bottom of template_css.css
Please Log in to join the conversation.
-
joeleach
Inactive member - Topic Author
- Member
Less
More
- Posts: 20
- Thank you received: 0
13 years 2 weeks ago #13329
by joeleach
Replied by joeleach on topic Re: Making Changes to Registration and Login pages
Sorry- that did not work. Here is a link to the actual page
69.89.17.172/index.php/component/users/?view=login
69.89.17.172/index.php/component/users/?view=login
Please Log in to join the conversation.
-
joeleach
Inactive member - Topic Author
- Member
Less
More
- Posts: 20
- Thank you received: 0
13 years 2 weeks ago #13331
by joeleach
Replied by joeleach on topic Re: Making Changes to Registration and Login pages
Also- please note that my Title Headers "Login" and "Banners" are black, why is that? Can I change them to the Blue color?
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 2 weeks ago #13339
by ivan.milic
Replied by ivan.milic on topic Re: Making Changes to Registration and Login pages
then try:
.column_left .ce-form .inputbox{
width:95%;
}
.column_left .ce-form .inputbox{
width:95%;
}
Please Log in to join the conversation.
Time to create page: 0.181 seconds