Hello. I'm trying to setup the image on the category list layout transforming it to a landscape image. If the uploaded image is 400px x 400px I want to see 400px x 200px applying a crop.
I've achieved it modifing the CSS and aplying a negative margin: margin: -150px 0px 0px -150px
It works very well but when i go to the item details, the image is also cropped.
Is there anyway to modify only the css bevaivour on the Category list ?
Thanks.