Forums / Basic Configuration / shopping cart sidebox overflows!

shopping cart sidebox overflows!

Locked
Results 1 to 4 of 4
This thread is locked. New replies are disabled.
16 Oct 2006, 11:19
#1
dmservices avatar

dmservices

New Zenner

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

shopping cart sidebox overflows!

Please help, when adding 5 or more products to my shopping cart, the items listed pour out of the sidebox!

I replaced the shopping cart template and module files with the originals and this hasnt fixed the problem. This only happens in firefox, Not IE so im guessing its another CSS issue?

I have attached a pic to show it.

Dan
16 Oct 2006, 11:59
#2
sketchy avatar

sketchy

Totally Zenned

Join Date:
Aug 2006
Posts:
940
Plugin Contributions:
2

Re: shopping cart sidebox overflows!

In your stylesheet.css, find;

#logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
	margin: 0em;
	padding: 0em;
	height:100px;
	}


`Remove your custom height declaration, assign it only to the logo wrapper where it belongs... separately, like this;
#logoWrapper { height: 100px }
16 Oct 2006, 12:08
#3
dmservices avatar

dmservices

New Zenner

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

Re: shopping cart sidebox overflows!

Thankyou so much Sketchy you're a genius, thats sorted it!

Dan
16 Oct 2006, 12:32
#4
sketchy avatar

sketchy

Totally Zenned

Join Date:
Aug 2006
Posts:
940
Plugin Contributions:
2

Re: shopping cart sidebox overflows!

Genius? :blush: I'm just a nosey girl, but thanks for the compliment though and you're very welcome.
I'm glad to hear your problem is solved. :D