Zen Cart Logo

Add to cart layout

Locked

Views: 1,192

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
22 Aug 2006, 12:23 PM
#1
vixenz avatar

vixenz

New Zenner

Join Date:
Aug 2006
Posts:
43
Plugin Contributions:
0

Add to cart layout

Hi All

Please could someone have a look at https://www.vixenz.co.uk and
see if they know how

to move the Add to Cart to the right of the images as well as the sizes
and remove the border round the Add to cart?

Its probably really obvious to css people but not something i can get my head round

Cheers in advance, be great to move it as it looks tacky where it is

Rob

30 May 2007, 9:22 PM
#2
carlozdre avatar

carlozdre

New Zenner

Join Date:
May 2007
Posts:
14
Plugin Contributions:
0

Re: Add to cart layout

I know it's been more than 1 month since you posted but I had the same problem and I thought others may look for it:

Remove border from "Add to cart" => Edit the CSS file => /www/includes/templates/red_passion/css/stylesheet.css

 
/*Shopping Cart Display*/
#cartAdd {
 float: right;
 text-align: center;
 margin: 1em;
 border: 1px solid #000000;
 padding: 1em;
 }