Hi Everyone,
I would like to increase the size of the images for the products so customers can see everything better.
The size of the product images on the collection page is very small and there is no setting to make it bigger except wide layout which just only adds 5 products per row instead of 4. Thank you for your support.
Cheers,
Anthony
Hi [email removed]Anthony_Rampers
This is PageFly - Free Landing Page Builder. I would love to provide my recommendations for your store based on 6 years of providing solutions for about 100.000 active Shopify merchants.
I will help you to display 3 products in 1 row instead of 4 products. If you think it makes sense, you can use my code
you find : theme → Edit > Search “theme.liquid”.
{% if template contains ‘collection’ %}
.grid-uniform.grid-link__container{
display: grid !important;
grid-template-columns: repeat(3,1fr)
}
.grid-uniform.grid-link__container .grid__item {
width:100% !important
}
{% endif %}
If you want more flexibility to personalize your pages, I’d love to introduce our product PageFly Landing Page Builder with 24/7 support live chat. PageFly has a Free plan where you can use all features and create different page types so I hope give us a try.
If you find my comment useful, please let me know by giving it a Like. Thank you!
PageFly
Hi @Anthony_Rampers ,
Please share your website URL.