Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Credit Card fields messed up on checkout-payment page

Credit Card fields messed up on checkout-payment page

Locked

Views: 1,487

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
16 Dec 2009, 7:33 AM
#1
belaze avatar

belaze

New Zenner

Join Date:
Dec 2006
Posts:
84
Plugin Contributions:
0

Credit Card fields messed up on checkout-payment page

Hi All,
I have been having issues lately with my credit card page, It happens with all credit card processing options.
The layout is all screwed up, please see attached picture.
How can I fix it?

Thank much, :frusty:
belaze

16 Dec 2009, 10:29 AM
#2
stevesh avatar

stevesh

Black Belt

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

Re: Credit Card fields messed up on checkout-payment page

We'll need to see it for ourselves, so a link would be better than a screenshot.

18 Dec 2009, 1:35 AM
#3
belaze avatar

belaze

New Zenner

Join Date:
Dec 2006
Posts:
84
Plugin Contributions:
0

Re: Credit Card fields messed up on checkout-payment page

Hi,
Thanks for the reply, you can see the site here.

I tried creating a link but it would not work.

Thanks for the help,

belaze

29 Dec 2009, 12:48 AM
#4
belaze avatar

belaze

New Zenner

Join Date:
Dec 2006
Posts:
84
Plugin Contributions:
0

Re: Credit Card fields messed up on checkout-payment page

Any body got any ideas to the above, is it a simple css page?
I am clueless...any help / suggestions would be greatly appreciated.

Thanks:smile:

22 Mar 2010, 5:48 AM
#5
belaze avatar

belaze

New Zenner

Join Date:
Dec 2006
Posts:
84
Plugin Contributions:
0

Re: Credit Card fields messed up on checkout-payment page

After many hours pulling my hair, I have found a fix!

Go to:
Includes/Templates/Your Theme/CSS/stylesheet.css

Find:
LABEL.inputLabelPayment {
width: 15em;
float: left;
}

and change to:

LABEL.inputLabelPayment {
width: 15em;
float: middle;
}

Let me know if it works for you.