Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / How to align text fields in login/registration page?

How to align text fields in login/registration page?

Locked

Views: 1,876

Results 1 to 6 of 6
This thread is locked. New replies are disabled.
27 Sep 2010, 9:10 PM
#1
joyjoy avatar

joyjoy

Totally Zenned

Join Date:
Sep 2010
Posts:
611
Plugin Contributions:
0

How to align text fields in login/registration page?

How would I align the text fields in the login/registration page? Thank you!

28 Sep 2010, 3:04 AM
#2
lindasdd avatar

lindasdd

Zen Follower

Join Date:
Jun 2007
Posts:
474
Plugin Contributions:
0

Re: How to align text fields in login/registration page?

I think you are going to need to include a pic or link, most sites come with the text fields already aligned.

-lindasdd

28 Sep 2010, 7:23 AM
#3
joyjoy avatar

joyjoy

Totally Zenned

Join Date:
Sep 2010
Posts:
611
Plugin Contributions:
0

Re: How to align text fields in login/registration page?

This is just the default login/registration page. The text fields are all over the place

https://www.funhn.com/shop

Thanks!

28 Sep 2010, 7:31 AM
#4
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: How to align text fields in login/registration page?

It is in your stylesheet....
See a default page HERE

28 Sep 2010, 9:52 AM
#5
joyjoy avatar

joyjoy

Totally Zenned

Join Date:
Sep 2010
Posts:
611
Plugin Contributions:
0

Re: How to align text fields in login/registration page?

Yes that's the page.

I don't know how to make the adjustments in my stylesheet. I have also made adjustments to the "Contact Us" default form. Are the two related in the stylesheet since they are both forms? Does that make sense....

28 Sep 2010, 10:44 AM
#6
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: How to align text fields in login/registration page?

Add this to the stylesheet:

#loginDefault input {float:left;}