Add More Rows to Collection - Debut Theme

Hi,

I’m using Debut theme and am trying to find a way to add more rows to one of my Collections. Currently, I am using the Collection as my home page to list products and would like to keep my “Products per Row” at “2” and to be able to increase the “Number of Rows” to more than “5” (5 is the max in Debut). Due to 10 maximum items that can be displayed, I cannot display all of my products without adding a view all button. Can anyone provide the code required to fix this? Any advice is appreciated. Example photos attached. Thanks!

Hi @Chinawhite

  1. Go to Admin page > Online store > themes > Actions > Edit code

  2. Open the collection.liquid under the Sections folder then find “rows” in schema.

  3. Below this find “max”: 5, and change this max limit according your requirement.

  4. Save the code and after that add this section in your homepage.

screenshot attached

1 Like