How can I display only 2 products per row on the Minimal theme?

Hi,

I am using the “minimal” theme.

I am wanting to show fewer products per row instead of the default of 4.

Any tips on how to show 2 products per row?

My website: psycoskate.com

1 Like

Hey, @turtleshorts

You can do this by going into your minimal theme code and making a single coding change. Remember to duplicate your theme before making any changes to the theme code. Thay way if anything breaks, you have a working copy of your theme still.

From your admin you will want to go to online store > themes > click ‘edit’ then edit code > click on the ‘collection-template’ under the ‘sections’ heading in your theme code. From there you will replace the part I highlighted in the screenshot that says one-quarter to one-half. This will change the number of products per row from 4 to 2.

If there is anything else I can help you with, please let me know.

It worked :slightly_smiling_face: Thank you!

Happy to help, @turtleshorts ! Is there a particular reason why you wanted just two products per row vs four?