All things Shopify and commerce
Hello my page collection page currently looks like this but I want to make it more like in this order on phone and on desktop. I just want them to show next to each other inline like on the picture below. Does anyone know how to do that? My current code is this: My website URL is Collecties – TrendBlend. Thanks in advance!
.card__heading {
text-align: center;
color: #0000ec;
font-weight: bolder;
font-family: "Lucida Console", "Courier New", monospace;
font-size: 16px;
}
.card__inner,
.card__media {
position: relative;
border-radius: 50%;
display: block;
width: 170px;
height: 170px;
background: #e6e7ed;
-moz-border-radius: 30px;
-webkit-border-radius: 90px;
}
Solved! Go to the solution
This is an accepted solution.
Hi @TrendBlend
Try this at the bottom of the base.css file :
.collection-list__item.grid__item.scroll-trigger.animate--slide-in {
flex: 15%!important;
}
Was this helpful? Like or Accept solution - Buy me a coffee ☕️
- Contact me: Xipirons | WhatsApp
- Shopify Developer based in France, helping online merchants succeed
This is an accepted solution.
Hi @TrendBlend
For the border around the picture :
.card__media {
border: 5px solid #AF9676;
}
Was this helpful? Like or Accept solution - Buy me a coffee ☕️
- Contact me: Xipirons | WhatsApp
- Shopify Developer based in France, helping online merchants succeed
This is an accepted solution.
Hi @TrendBlend
Try this at the bottom of the base.css file :
.collection-list__item.grid__item.scroll-trigger.animate--slide-in {
flex: 15%!important;
}
Was this helpful? Like or Accept solution - Buy me a coffee ☕️
- Contact me: Xipirons | WhatsApp
- Shopify Developer based in France, helping online merchants succeed
Hi @Xipirons that works, thank you! Do you also know how I can get the light brown border line around the picture?
Kind regards,Stef
This is an accepted solution.
Hi @TrendBlend
For the border around the picture :
.card__media {
border: 5px solid #AF9676;
}
Was this helpful? Like or Accept solution - Buy me a coffee ☕️
- Contact me: Xipirons | WhatsApp
- Shopify Developer based in France, helping online merchants succeed
And one more question do you maybe know how to do it like this, so the pictures around not being placed on top of each other?
Hi @TrendBlend
I don't understand your question... Could you reformulate ?
Was this helpful? Like or Accept solution - Buy me a coffee ☕️
- Contact me: Xipirons | WhatsApp
- Shopify Developer based in France, helping online merchants succeed
Hello @Xipirons, I want the collections to be scrollable next to each other like this if possible on phone and desktop
it currently shows like this: Collecties – TrendBlend
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