Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Create account page format issue

Create account page format issue

Locked

Views: 902

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
23 Oct 2008, 4:36 AM
#1
ieguana avatar

ieguana

New Zenner

Join Date:
Mar 2008
Posts:
24
Plugin Contributions:
0

Create account page format issue

Hi...

I managed to screw something up. When a customer goes to create a new account, I managed to somehow move the field titles to the right side of the page, So this is how it appears on my site:

:oops: So, any idea's how to fix this?

23 Oct 2008, 4:49 AM
#2
ieguana avatar

ieguana

New Zenner

Join Date:
Mar 2008
Posts:
24
Plugin Contributions:
0

Re: Create account page format issue

flip... It apparently does it on the contact us page fields too.... So, it is in the stylesheet I am assuming, anyone know which fields that I changed inadvertantly?

23 Oct 2008, 4:57 AM
#3
ieguana avatar

ieguana

New Zenner

Join Date:
Mar 2008
Posts:
24
Plugin Contributions:
0

Re: Create account page format issue

well, I answered my own question....

In case someone wants to make this change, it is in the stylesheet.css look for the following fields:

LABEL.inputLabel {
width: 12em;
float: left;
}

Since I have made so many customizations & notes I may be a bit off but it should be between lines 100-150....