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
Hi, I'm trying to remove about 50% of the white space I have bellow my collection product images.
Does anyone knows how can I do that?
Example collection: https://selfio-de.myshopify.com/collections/montagezubehor
Pass: sasa
That's how it looks like at the moment.
Solved! Go to the solution
This is an accepted solution.
Hi,
You can achieve this by adding the below CSS at the end of your theme.css file.
.boost-sd__product-image-wrapper {
aspect-ratio: 1 !important;
}
Cheers!
This is an accepted solution.
Hi,
You can achieve this by adding the below CSS at the end of your theme.css file.
.boost-sd__product-image-wrapper {
aspect-ratio: 1 !important;
}
Cheers!
And could you provide the same for a collection list?