Hello!
I just launched my store this month and am hoping the community can help me edit the code. I am currently using the Simple theme provided by Shopify and would like to have more products show on my collection pages. Currently, only 12 products show per page (3 in a row, 4 in a column). I would like to increase this, but am not sure how to edit the code in the theme customization section. I have some experience with HTML and CSS, but I learned it about 10 years ago and am completely rusty on editing those codes (never mind learning and editing Liquid).
Here is the URL to my store: www.amysantiqueattic.com. Please let me know if you have advice or can help with this customization question!
Thank you!
Solved! Go to the solution
This is an accepted solution.
Welcome to Shopify Community!
Can you please search for the following in collection-template.liquid file and change 12 to some other number.
{% paginate collection.products by 12 %}
This is an accepted solution.
I'm glad it worked! Can you please search for this code (in collection-template.liquid):
{% assign grid_item_width = 'medium-up--one-third small--one-half' %}
and replace it with the following for 4 or 5 items per row respectively:
{% assign grid_item_width = 'medium-up--one-quarter small--one-half' %}
{% assign grid_item_width = 'medium-up--one-fifth small--one-half' %}
User | Count |
---|---|
25 | |
21 | |
20 | |
16 | |
15 |