@hal.littel
To resize the display size of WooCommerce products, you can follow these steps:
.product { width: 50%; /* You can change this value to resize the display size */ margin-right: 10px; margin-bottom: 10px; }
Alternatively, you can also use a plugin like CSS Hero or Simple Custom CSS to add custom CSS code to your WooCommerce products. Just navigate to the plugin settings, paste the CSS code provided above, and save the changes. This will resize the display size of your WooCommerce products as per your preference.