How to reduce the size of the picture of collection on collection list
Hi @Maximko12
This is Henry from PageFly - Shopify Page Builder App
Please share with me the URL - and password if password protected, So I can help you check it.
Await for your response
Best regards,
Henry | PageFly
Hi @Maximko12
Could you share your store link to check?
Please add this code to your theme.liquid file after tag in Online store > Themes > Edit code
@media screen and (min-width: 990px) {
.collection-list .grid--5-col-desktop .grid__item {
width: calc(20% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
max-width: calc(15% - var(--grid-desktop-horizontal-spacing) * 4 / 5);
}
.collection-list .grid {
justify-content: center;
}
}
sorry, I forgot to specify that I need to configure it only for the mobile version
Please update code to this
nothing changes ![]()
Code updated
Code is updated
This is Henry from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme.css
Step 3: Paste the below code at bottom of the file → Save
.card__inner {
width: 80% !important;
}
Hope that my solution works for you.
Best regards,
Henry | PageFl


