Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / How to change checkout (steps 1,2) page width?

How to change checkout (steps 1,2) page width?

Views: 952

Results 1 to 9 of 9
15 May 2011, 2:30 PM
#1
jviney avatar

jviney

New Zenner

Join Date:
May 2011
Posts:
28
Plugin Contributions:
0

How to change checkout (steps 1,2) page width?

I have a glitch in my checkout pages steps 1 and 2. The width of those 2 pages runs way off the page to the right (doesn't stay within my defined page width. However, step 3 page works fine.

Is there some code I can add to the "checkout_payment.php" page?

Any help would be appreciated :smile:

15 May 2011, 2:34 PM
#2
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,176
Plugin Contributions:
0

Re: How to change checkout (steps 1,2) page width?

What version of Zen Cart are you using?
What shipping module are you using?
Did you download a free or paid template for your site?
Need a link to the site so i can create an account and view this.. do not use http://www.

15 May 2011, 2:59 PM
#3
jviney avatar

jviney

New Zenner

Join Date:
May 2011
Posts:
28
Plugin Contributions:
0

Re: How to change checkout (steps 1,2) page width?

I am using version 1.3.9 and whatever shipping module comes with it? TThis was a free template.

15 May 2011, 3:01 PM
#4
jviney avatar

jviney

New Zenner

Join Date:
May 2011
Posts:
28
Plugin Contributions:
0

Re: How to change checkout (steps 1,2) page width?

forgot to mention the URL: pioneerhorsetack dot com/cart

18 May 2011, 1:00 PM
#5
jviney avatar

jviney

New Zenner

Join Date:
May 2011
Posts:
28
Plugin Contributions:
0

Re: How to change checkout (steps 1,2) page width?

I still need help! anybody?:ohmy:

18 May 2011, 1:34 PM
#6
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,176
Plugin Contributions:
0

Re: How to change checkout (steps 1,2) page width?

Ok, I see you are using an override template system called Custom..

Please do this and report back...

admin panel/ tool/ template selection/

  1. switch back to the classic contemporary green
  2. still see if this margin width exists in checkout process 1 & 2 ...
18 May 2011, 2:32 PM
#7
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,176
Plugin Contributions:
0

Re: How to change checkout (steps 1,2) page width?

Well thanks to Firefox and the add on called Firebug..

Locate this:

cart/includes/templates/custom/css/stylesheet.cssFind this:
TEXTAREA {
border: 1px solid #000000;
display: block;
font-size: 1.4em;
margin: auto;
width: 900px;
}By default the classic stylesheet.css shows:
TEXTAREA {
margin: auto;
display: block;
width: 95%;
}Change the width back to: width: 95%;

21 May 2011, 8:53 PM
#8
jviney avatar

jviney

New Zenner

Join Date:
May 2011
Posts:
28
Plugin Contributions:
0

Re: How to change checkout (steps 1,2) page width?

That did it!!!! Thank you soooo much:D

21 May 2011, 10:36 PM
#9
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,176
Plugin Contributions:
0

Re: How to change checkout (steps 1,2) page width?

You are most welcome...