#419
ThemeofWP
Keymaster

Hi Terry, firt of all thanks for prefer our items. We hope these answers works for you.

Please open the style.css find with CTRL+F line “1912” and delete this style or comment.

[code title=””].woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
width: 13.8%;
}[/code]

product listing page thumbnails will be turning normal height/weight.

Also for the single product image size please add this style to you style.css:

[code title=””].woocommerce #content div.product div.images img, .woocommerce div.product div.images img, .woocommerce-page #content div.product div.images img, .woocommerce-page div.product div.images img {
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
display: block;
height: auto;
transition: all 0.2s ease-in-out 0s;
width: auto;
}[/code]

Both image sizes will be turn regular size.

King Regards
ThemeofWP.com Team