[Theme: StoreFront] How to adjust size of Product Thumbnail on StoreFro WooThmes
-
Hi
I want to change the number of “Product Thumbnails” on StoreFront from 4x per row to just 2x. Then I want to increase the picture size of those Product Thumbnails. I have tried to adjust the woocommerce style since that seems to be in charge of the size of these – and not the syle.css as nothing happens if I edit there.
Site: https://classiccarssouth.se
Direct URL: https://www.classiccarssouth.se/produkt/cadillac-coupe-deville-1959/
Picture: https://i.imgur.com/BHkEHsz.jpgWith below code, I can adjust all but the space between the product thumbnails will also increase, and I just want the picture size to be bigger and change to 2x thumbnails per row.
I also want to point out that I have regenerated Thumbnails and I have changed the size to 350px for these, so thats not the case here.
.woocommerce div.product div.images,.woocommerce-page div.product div.images,.woocommerce #content div.product div.images,.woocommerce-page #content div.product div.images{width:300px;} .woocommerce .related ul.products li.product img,.woocommerce-page .related ul.products li.product img,.woocommerce .upsells.products ul.products li.product img,.woocommerce-page .upsells.products ul.products li.product img,.woocommerce .related ul li.product img,.woocommerce-page .related ul li.product img,.woocommerce .upsells.products ul li.product img,.woocommerce-page .upsells.products ul li.product img{width:100px;height:auto;margin-right:0px;} .woocommerce ul.products li.product,.woocommerce-page ul.products li.product{width:300px;}
- The topic ‘[Theme: StoreFront] How to adjust size of Product Thumbnail on StoreFro WooThmes’ is closed to new replies.