How can I set up 3 product images wide in the Minimal theme collection area?

Hi,

I am using the Minimal theme and I want to create 3 products pictures wide in the collection area.

NOT the homepage but in the collection area itself. It currently changes dependent on how “wide” your screen is but I want it permanently to be 3 pictures wide.

I am happy to amend the CSS code if needed.

Hello!

Try the following:

  1. Click Themes → Actions → Edit Code
  2. Select list-collections-template.liquid
  3. Replace all the words “half” with “third”

Here’s what I got