Making Changes to Registration and Login pages

  • joeleach
    Inactive member
  • Topic Author
  • Member
  • Member
More
13 years 2 weeks ago #13324 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.
Attachments:

Please Log in to join the conversation.

More
13 years 2 weeks ago #13328 by ivan.milic
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

Please Log in to join the conversation.

  • joeleach
    Inactive member
  • Topic Author
  • Member
  • Member
More
13 years 2 weeks ago #13329 by joeleach
Sorry- that did not work. Here is a link to the actual page

69.89.17.172/index.php/component/users/?view=login

Please Log in to join the conversation.

  • joeleach
    Inactive member
  • Topic Author
  • Member
  • Member
More
13 years 2 weeks ago #13331 by joeleach
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.

More
13 years 2 weeks ago #13339 by ivan.milic
then try:

.column_left .ce-form .inputbox{
width:95%;
}

Please Log in to join the conversation.

Time to create page: 0.181 seconds
Powered by Kunena Forum