Manful
1
Hi guys,
Two issues here, the first being why the featured collection is only displaying 9 products instead of 10 (there are over 10 in the collection).
2nd is why the mobile version only displays 3 products instead of 10 and if this can be resolved.
@Manful - please open this page in customize settings and check if you have an option to change the number
Hello @Manful ,
You can follow these steps:
- Go to Online Store → Theme → Actions → Edit Code
- Go to Sections → collection-template.liquid or file that have similar name
- Look for this code:
{% paginate collection.products by 9 %}
- Change the number 9 to 10
- Go to Assets → theme.css.liquid
- Add the following code:
@media only screen and (max-width: 749px) {
.grid-item {
width: 50%;
}
}
Hope this can help. Let us know if you have any further questions.
Regards,
Ali Reviews team.
Hey @Manful 
Please do this checklist:
Hope that helps!
Manful
5
it only displays an option to change the number of rows between 1, 2, and 3.
Manful
6
Hi there,
-the option is between 1, 2 and 3 rows of which I’ve selected 2
-all products are visible in the collection
Manful
7
Hi there,
My theme doesn’t have collection-template.liquid but has featured-collections.liquid but doesn’t have any code that looks similar
-After adding the second bit of code to my theme.scss.liquid nothing has changed on the mobile version