Shopify themes, liquid, logos, and UX
Hi,
I have a problem can't figure out how to reduce the collection list image sizes and make them round. I need to do that on PC and Mobile versions.
Shop link - https://e8614c-2.myshopify.com/collections/all
Thanks for the help!
Solved! Go to the solution
This is an accepted solution.
Hi @GediminasS
TRy this one.
.collection-card.carousel__slide {
border-radius: 100%;
}
.collection-card--image.media-aspect-adapt {
border-radius: 100%;
border: .5px solid grey;
}
.collection-card--image.media-aspect-adapt {
padding-bottom: 50%;
width: 50%;
margin: auto;
}
@media only screen and (max-width: 749px){
.collection-grid.enable-swipe.text-center.theme-scroll--inner {
--mobile-columns: 3;
}
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
This is an accepted solution.
Hi @GediminasS
TRy this one.
.collection-card.carousel__slide {
border-radius: 100%;
}
.collection-card--image.media-aspect-adapt {
border-radius: 100%;
border: .5px solid grey;
}
.collection-card--image.media-aspect-adapt {
padding-bottom: 50%;
width: 50%;
margin: auto;
}
@media only screen and (max-width: 749px){
.collection-grid.enable-swipe.text-center.theme-scroll--inner {
--mobile-columns: 3;
}
}
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
Hi, is it possible that I don't have any of those files ("base.css, style.css or theme.css") in my asset folder? As I can't find it.
Actually, I have the fail list-collections.css, and it worked like a charm! Thanks!!!
Good to hear! You can also add this in the custom.css file, which you can find in the theme editor.
Hello, @GediminasS
1) Go to Online Store
2) Edit Code
3) Find theme.css/base.css file
4) Add the following code in the bottom
.collection-card.carousel__slide {
border-radius: 100% !important;
}
.collection-card--image.media-aspect-adapt {
border-radius: 100% !important;
border: .5px solid grey;
}
.collection-card--image.media-aspect-adapt {
padding-bottom: 50% !important;
width: 50%;
margin: auto !important;
}
@media only screen and (max-width: 749px){
.collection-grid.enable-swipe.text-center.theme-scroll--inner {
--mobile-columns: 3;
}
}
Thanks!
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025