When i resize the image of my product ( watch attache image)
I cant find where i can resize/delete the gray thin line that goes around it.
Help please?
Thank you!
raphael
1 answer
Dear walof!
The border is genarated by this code:
Code:
.product-img-box .product-image-zoom { border: 1px solid #E9E9E9; margin: 0; padding: 0; text-align: center; z-index: 9; }
in skin/frontend/default/jm_adamite/css/theme.css. You can remove this. Also, please resize the border by editing this code:
Code:
.product-img-box { margin-top: 10px; padding: 0; width: 262px; }
by changing "width" parameter.
Hope this helps and good luck!