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!
Hey Community! As we jump into 2025, we want to give a big shout-out to all of you wh...
By JasonH Jan 7, 2025Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024