|
If you used version 1.1.6 of the boxes.css file in magento 1.1.8 than you can fix the problem as followed:
Look in the file /skin/frontend/default/default/css/boxes.css for the following line:
.product-img-box .more-views li a img { margin:-32px 0 0 -32px; }
and put this line in comments like this:
/*.product-img-box .more-views li a img { margin:-32px 0 0 -32px;} */
This will solve the problem
|