Zen Cart Logo

Moved Add to Cart

Locked

Views: 996

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
11 Jan 2008, 7:07 PM
#1
johnny43 avatar

johnny43

Zen Follower

Join Date:
Feb 2006
Posts:
231
Plugin Contributions:
0

Moved Add to Cart

I moved the add to cart to the top of my product display page. It looks fine in IE however in FF it apears under the product image rather than just below the product name as it does in IE. Can anyone help me fix this so that FF displays exactly as it does in IE ?

11 Jan 2008, 7:24 PM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Moved Add to Cart

Find this in your stylesheet and make margin 0em

#cartAdd {
	float: right;
	text-align: center;
	margin: 0em;
	border: 1px solid #000000;
	padding: 1em;
	}
11 Jan 2008, 7:30 PM
#3
johnny43 avatar

johnny43

Zen Follower

Join Date:
Feb 2006
Posts:
231
Plugin Contributions:
0

Re: Moved Add to Cart

kobra:

Find this in your stylesheet and make margin 0em

#cartAdd {
float: right;
text-align: center;
margin: 0em;
border: 1px solid #000000;
padding: 1em;
}



Thanks Kobra...but did not seem to do anything...:(
11 Jan 2008, 7:32 PM
#4
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Moved Add to Cart

I see that it did on your site - try clearing your browser cache

11 Jan 2008, 7:42 PM
#5
johnny43 avatar

johnny43

Zen Follower

Join Date:
Feb 2006
Posts:
231
Plugin Contributions:
0

Re: Moved Add to Cart

Thanks...that was it....Forgive me for not thinking of that...my OP is french and so is FF...still getting used to working in French...grr

Once again THANKS ! :)