How to make more products per row in Enterprise theme.

Hi all,

I’m trying to list more products per row on my search page. Now only 3 show up, but I want to change it into 4 or 5 per row.

Anyone ideas?

www.modun.nl

Hi Cassy,

May I know what theme and version you are using?

@Cassy_013 please open product page in customize settings and check if you have an option to change it to 4 or 5, I think you may have done it as on products and home page, there are 4 products per row.

Hi @Cassy_013

I saw that the product is already 5 per row, do you need any further help

Best,

Daisy

Hello @Cassy_013 How did you accomplish this? Can you provide instrustructions as we are using Enterprise theme. Thank you!

Hey @Cassy_013!

This can be adjusted in your theme’s liquid files.

  1. In the Shopify Admin, navigate to Online Store > Themes.
  2. Find your current theme and click Actions > Edit code.
  3. Open the Sections/main-search.liquid file.
  4. Locate the line that defines the grid item width, likely a
    {% assign products_per_row = 3 %}
    or similar.
  5. Change the value to 4 or 5.

Best,
Daniel Smith

Thank you for the reply. Unfortunately there is no file called Sections/main-search.liquid in Enterprise theme.