I'm having trouble with re-sizing the product thumbnail sizes (see attached). I've tried using the tools within the woocommerce settings, though to no avail. I also checked out this post here: http://docs.woothemes.com/document/using-the-appropriate-product-image-dimensions/, though I'm not sure that this really pertains to my problem. I understand that there is a difference between the actual size of the image and the container that it's contained in. How would I change the dimensions of the container? The ones shown in your demo do not look at long and awkward as this one does.
I have done this, however it does not change accordingly when the browser size is changed, or I\'m viewing the website on another device. Will I need to change the dimensions per resolution?
I'm having trouble with re-sizing the product thumbnail sizes (see attached). I've tried using the tools within the woocommerce settings, though to no avail. I also checked out this post here: http://docs.woothemes.com/document/using-the-appropriate-product-image-dimensions/, though I'm not sure that this really pertains to my problem. I understand that there is a difference between the actual size of the image and the container that it's contained in. How would I change the dimensions of the container? The ones shown in your demo do not look at long and awkward as this one does.
Hey,
Could you provide the page url and what you are exactly trying to do . The container width would need to be changed via css .
Thanks
ThemeNectar Support Team
http://www.thehbcccollective.com/
I have done this, however it does not change accordingly when the browser size is changed, or I\'m viewing the website on another device. Will I need to change the dimensions per resolution?
I\'ve fixed this by editing the following.
.woocommerce ul.products li.product a img{width:100%;height: 400px;display:block;margin:0 0 1em;box-shadow:none}