Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
I need help with lowering or getting rid of this all collection section
Solved! Go to the solution
This is an accepted solution.
@luvopps Can you please try below CSS and add it to theme.css.liquid of your theme?
.collection-item--below .collection-image{
padding-bottom: 50% !important;
}
Hi There,
Thank you for reaching out to the Shopify forums!
Let me quickly fix that issue for you.Please share your store URL here and allow me to check for you.
Please explain the issue in details.
Thanks & Regards,
Prezen Tech
This is an accepted solution.
@luvopps Can you please try below CSS and add it to theme.css.liquid of your theme?
.collection-item--below .collection-image{
padding-bottom: 50% !important;
}