Brooklyn - Collection list - Max listing 9! need more!

Topic summary

A user running the Brooklyn theme wants to increase the maximum number of collections displayed in the collection list section beyond the default limit of 9.

Proposed Solution:
A developer provided step-by-step instructions:

  • Navigate to theme code editor (Actions > Edit Code)
  • Search for list-collections-template.liquid
  • Add "max_blocks": 15, before "settings" at line 125
  • Save the file

Current Issue:
The original poster reports they cannot locate list-collections-template.liquid in their theme files. They only have list.collections.liquid which contains only 6 lines of code, making the suggested solution inapplicable.

The discussion remains unresolved as the proposed fix doesn’t match the user’s actual theme file structure. Further guidance is needed to address this discrepancy.

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

Theme: Brooklyn - Shopify Store URL: us-sports-cards-australia.myshopify.com Hi developers! We would like to know how we can increase the Collection list section’s capacity of the Brooklyn theme from 9.

Image:

1 Like

Hello there,

It’s pretty simple to achieve this. Just follow these below steps:

  1. Go to the theme you want to edit: Actions > Edit Code
  2. Search for list-collections-template.liquid
  3. Go to line number 125 and add this: “max_blocks” :15, just before “settings”: [
  4. Save the file

We have List.collextions.liquid ( no template option.
also only goes to line 6.

Suggestions.