Need to increse the number of columns in ' Collection List ' in Studio Theme

Need to increse the number of columns in ’ Collection List ’ in Studio Theme.
Want 6 columns instead of maximum allowed limit of 5 in store editor.

Please help.

1 Like

Hello @saumyansh ,
Please share any screenshot for this what you want

Hi @saumyansh ,

To do that you will need to modify a little code in collection-list.liquid. Follow this instruction to do that

  1. Open file themes > edit code > sections > collection-list.liquid
  2. Search for “id”: “columns_desktop”, and replace “max”: 5 by “max”: 6

For more details, take a look at this screenshot

3 Likes

Thank you very much.

This was simple and effective. :slightly_smiling_face: