Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Layout Issues in Shopping Cart

Layout Issues in Shopping Cart

Views: 416

Results 1 to 2 of 2
8 Jul 2011, 6:58 AM
#1
connexionpr avatar

connexionpr

New Zenner

Join Date:
Jul 2011
Posts:
2
Plugin Contributions:
0

Layout Issues in Shopping Cart

Hi all, I'm using version v1.3.9g.

The website is located at:

http://rfd.com.au/store

I am currently having some layout issues I can't work out how to fix.

When there is more than type of item in the shopping cart, the second aligns strangely (As does every subsequent even item).

Additionally, the title of the 'Total' column on checkout sits strangely as well.

Finally, I am wondering if it is possible in the summary/checkout, if I can move the 'GST (included)' out of that column so that it doesn't look like it should be being added to the total?

Any help would be great. Thanks in advance

8 Jul 2011, 12:34 PM
#2
rstevenson avatar

rstevenson

Totally Zenned

Join Date:
Nov 2006
Location:
Dartmouth, NS Canada
Posts:
2,400
Plugin Contributions:
0

Re: Layout Issues in Shopping Cart

Look in your stylesheet.css (in your template folder) for the definitions for rowEven and rowOdd. You'll see that one of them defines text-align: center; and the other does not.

I used the Firebug extension in Firefox to find that out in about 30 seconds. Highly recommended.

Rob