On my previous post, Here
I have removed the Collection-Card On Featured Collection product, now I have only 3 products on mobile version, I want to show more product ( up to 10 ) . Thank you
A user successfully resolved an issue with displaying featured products on mobile devices in the Venture theme.
Problem:
Solution provided:
featured-products.liquid file{% assign mobile_product_limit = false %} to {% assign mobile_product_limit = true %}Outcome:
On my previous post, Here
I have removed the Collection-Card On Featured Collection product, now I have only 3 products on mobile version, I want to show more product ( up to 10 ) . Thank you
Hi @Freddecourse this code edit does not have any impact on the number of products in the mobile view.
You can change this line on the featured-products.liquid
From
{% assign mobile_product_limit = true %}
TO
{% assign mobile_product_limit = false %}
Yess, thank you
![]()