2

Web Page

I've been trying to correct that wrap unssuccesfully, it's just messed with the cloud-zoom... Im using a custom theme i've bought and even with the original style.css the problem persists. Thanks in advance!

Problem:

Problem http://puu.sh/lnWPF/caffe66c5a.jpg

2
  • Have you got a url for this page? Quite hard to debug from a picture Commented Nov 16, 2015 at 22:33
  • "Web Page" at the top is the URL , its not very easy to see though, thanks Commented Dec 4, 2015 at 20:19

1 Answer 1

1

Your .product-image class that encloses the image (and has the border) is fixed at 120px on line 30 of this css file.

Try adding this line to that file to override the width setting in this situation:

.product-box-customs .product-image { width: auto; }
1
  • This worked correctly. I realized the problem was due to an extension called "featured product" and by disabling it the problem was no more. Though your fix would have worked. Thanks a lot! Commented Dec 4, 2015 at 20:20

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.