Jump to content

[SOLVED]Problems with cart displaying title of the products


Recommended Posts

I have a problem with the cart im IE, if the product title is short like 4-6 characters no problem, but if i have a long title >10 the cart will put the text over the price and so on, on the bottom of the products i can not delete the product because of this if you delete the above products untill the last then, maybe(not all the time) you can acces the delete icon. Because of the text floating , the title that is to long will pass thru the bottom white line of the cart...

If someone have a solution better than changing the cart width dimension...

Solution in CSS , you can change one by one of the values to fit your needs



#cart_block dl {
font-size: 0.8em;
padding-bottom:10px;
padding-top:10px;
}



#cart_block dt{
padding-top:0.4em;
height:3em;
padding-bottom:1em;
}



#cart_block dt, #cart_block dd{
clear: both;
margin-top:0.2em;
}

Link to comment
Share on other sites

×
×
  • Create New...