Scubasjl Posted March 30, 2009 Share Posted March 30, 2009 As you can see from the image I have attached the issue that I am talking about. I don't know enough css or the standards for each browser. Now you can see that its fine in FF3 and IE8 but since alot of people don't know that IE8 is out yet I still have to support it. Now its just a height or padding issue that is going on due to the items names are to long and the price of a item.People with the same problems tried their solutions with the changing of the length of the titles but that is just a fix for the titles and if the price is high then you still at your problem. So someone good with css please stand up. http://www.prestashop.com/forums/viewthread/11941/modules/shopping_cart_items_overlappinghttp://www.prestashop.com/forums/viewthread/9777/modules/text_overwriting_in_cart_module_of_standard_themehttp://www.prestashop.com/forums/viewthread/3061/general_discussion/problems_with_cart_block_in_ie Link to comment Share on other sites More sharing options...
Scubasjl Posted March 30, 2009 Author Share Posted March 30, 2009 To fix this find in themes/prestashop/css/global.cssBefore #cart_block dt{ padding-top:0.4em; height:1.2em; } After #cart_block dt{ padding-top:0.4em; min-height:1.2em; } Link to comment Share on other sites More sharing options...
popres Posted April 23, 2010 Share Posted April 23, 2010 Worked for me also !Its amazing how buggy the script is. Not to forget IE7 had 80 % of the browser market. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now