Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Center Box overlapping Add to Cart box

Center Box overlapping Add to Cart box

Locked

Views: 1,013

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
15 Oct 2009, 7:16 PM
#1
margecc avatar

margecc

Zen Follower

Join Date:
Feb 2007
Location:
Ontario, Canada
Posts:
234
Plugin Contributions:
0

Center Box overlapping Add to Cart box

I installed the "Just Another Cross Sell" module and it's working great, except there seems to be some positioning problems with it and since I suck as CSS positioning maybe someone could help me.

Here is an example of what is happening.

http://business.actionforms.ca/cart/index.php?main_page=product_info&cPath=242_244_282&products_id=2374

16 Oct 2009, 12:37 AM
#2
tony_sar avatar

tony_sar

Totally Zenned

Join Date:
Jul 2006
Location:
Montreal, Canada
Posts:
2,276
Plugin Contributions:
0

Re: Center Box overlapping Add to Cart box

you can add following to the end of your stylesheet.css

#crossSell {
clear:both;
}

16 Oct 2009, 4:31 PM
#3
margecc avatar

margecc

Zen Follower

Join Date:
Feb 2007
Location:
Ontario, Canada
Posts:
234
Plugin Contributions:
0

Re: Center Box overlapping Add to Cart box

I tried this and I didn't work. Thank you so much for trying.

Any other ideas?

16 Oct 2009, 8:17 PM
#4
tony_sar avatar

tony_sar

Totally Zenned

Join Date:
Jul 2006
Location:
Montreal, Canada
Posts:
2,276
Plugin Contributions:
0

Re: Center Box overlapping Add to Cart box

it works on both firefox and IE 6. try to empty your catch and reload your page again .

19 Oct 2009, 3:03 PM
#5
margecc avatar

margecc

Zen Follower

Join Date:
Feb 2007
Location:
Ontario, Canada
Posts:
234
Plugin Contributions:
0

Re: Center Box overlapping Add to Cart box

:blush: Ok I feel silly. I didn't practice what I preach.

Thanks again!