Is that possible to adjust the number of collection rows? I wish it could be 6 or 7

Topic summary

A user wants to increase the number of collection rows beyond the current limit of 5, aiming for 6 or 7 rows.

Current Limitation:

  • The theme’s default setting restricts collection rows to a maximum of 5
  • This constraint appears to be defined in the theme’s schema structure

Proposed Solution:

  • Edit the schema structure in the relevant liquid file to allow higher row counts
  • Modify CSS code to adjust the layout accordingly, since themes typically handle 5 products per row by default

Technical Requirements:

  • Changes needed in both liquid file (schema) and CSS
  • Layout adjustments necessary to accommodate the increased number of rows

The discussion remains open with implementation details not yet fully specified.

Summarized with AI on November 19. AI used: claude-sonnet-4-5-20250929.

Is that possible to adjust the number of collection rows? I wish it could be 6 or 7

Setting 'collections_per_row' can't be greater than 5

https://simaxsports.com/

You can increase it to any number by editing its schema structure in a liquid file.

But you will also have to edit your CSS code to fix the layout. Themes by default handles it for 5 products in a row therefore they have to limit it.