Viewing 1 replies (of 1 total)
  • Hi @mattjallday,

    I’ve looked at your Shop page and the image widths were set to 22.05% (in a 4 column grid) by default. These widths are actually specified in the CSS file included with WooCommerce rather than Dara. You could ty adding the following CSS:

    .archive ul.products li.product {
    	width: 50%;
    }

    This will double the image size and display the products in a 2 column grid. The CSS should get you started but if you need to make any changes beyond this, I recommend contacting a developer with WooCommerce experience for help.

Viewing 1 replies (of 1 total)
  • The topic ‘Bigger Photos For Woocommerce Shop Page’ is closed to new replies.