GregMaClean Posted July 24, 2009 Share Posted July 24, 2009 I am having problems with the cart module of the PrestaShop. Every time a new item is added to the cart, and the block is extended, where the item information should appear is instead covered by a white block, (please see attached picture). I have tried editing the CSS file, but I have had no luck. Can anyone please advise me what to do?Thank you,Greg Link to comment Share on other sites More sharing options...
bizowner Posted July 26, 2009 Share Posted July 26, 2009 This is probably because one of the background images that make up the green box isn't set to repeat. This leaves a gap in the middle of the block, where the background color shows through. You can quickly check if this is the problem by changing the background color for the theme to bright red. If your "white" area is now red, then that's the problem.I haven't dived into the CSS yet myself, but it looks pretty well organized. I'm still struggling with Admin and Modules....argh.Hope this helps. Link to comment Share on other sites More sharing options...
GregMaClean Posted July 31, 2009 Author Share Posted July 31, 2009 I solved the problem; however thanks for the help. The problem was that I had another ID tag in the CSS file named 'products', which contradicted with the original 'products' ID used for the cart module. I just changed the ID name and the white box disappeared.Thanks again for the help! 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