Zen Cart Logo
Forums / General Questions / Shopping cart went abnormal

Shopping cart went abnormal

Locked

Views: 1,217

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
16 Sep 2006, 12:48 AM
#1
black_wolf avatar

black_wolf

New Zenner

Join Date:
Mar 2004
Posts:
65
Plugin Contributions:
1

Shopping cart went abnormal

See image...

As you can see the name went over the shopping cart box.

Also, this item went over the border too.

16 Sep 2006, 12:50 AM
#2
ajeh avatar

ajeh

Oba-san

Join Date:
Sep 2003
Location:
Ohio
Posts:
62,757
Plugin Contributions:
1

Re: Shopping cart went abnormal

Do you have something in your stylesheet that is saying not to allow a wrap on the class or id?

16 Sep 2006, 12:54 AM
#3
black_wolf avatar

black_wolf

New Zenner

Join Date:
Mar 2004
Posts:
65
Plugin Contributions:
1

Re: Shopping cart went abnormal

Linda...

what I did was these

#mainWrapper {
background-color: #ffffff;
text-align: left;
width: 1000px;
vertical-align: top;
}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
margin: 0em;
padding: 0em;
width: 1000px;
}

16 Sep 2006, 1:09 AM
#4
seethrou avatar

seethrou

Totally Zenned

Join Date:
May 2004
Location:
Hong Kong
Posts:
1,156
Plugin Contributions:
0

Re: Shopping cart went abnormal

Black-Wolf:

Linda...

what I did was these

#mainWrapper {
background-color: #ffffff;
text-align: left;
width: 1000px;
vertical-align: top;
}

#headerWrapper, #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
margin: 0em;
padding: 0em;
width: 1000px;
}

width: 1000px;

Will it too long? For the width of 1000px, it is almost the full width of a 1024 X 768 screen.

Can it replaced with a percentage?
width: ???%;

Will there a URL to peek of?

.