Hello,
Well, I wanted the product page thumbnails to be 400px by 400px but the product listing menu to be 100x100 so I did as the documentation and set the thumbnail to 400x400, then I went to the css and changed the following class:
.hikashop_product_image img {
width: 100px;
height: 100px;
}
as you can see from the image bellow the pictures were reduced but there was still a 400px space.
Using my friend Firebug I checked the page html and I found that this:
<div class=”hikashop_product_image” style=”height: 400px; text-align: center; clear: both;”>
So all I need to do is to remove this Height:400px but I just can't find the HTML file.. any idea where will it be located??