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
Hello,
I want to change the width of the collection card in the collection list:
this the actual view:
And i want it to looks like the product card in featured collection (70% of the width)
How can I solve it?
Thanks in advance
Solved! Go to the solution
This is an accepted solution.
Sorry a little mistake. Try again please.
<style>
@media screen and (max-width: 749px) {
.slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item, .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item {
width: 75%!important;
}
}
</style>
Can you give me store url?
<style>
@media screen and (max-width: 749px)
.slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item, .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item {
width: 75%!important;
}
</style>
unfortunately, no change
This is an accepted solution.
Sorry a little mistake. Try again please.
<style>
@media screen and (max-width: 749px) {
.slider--tablet.grid--peek.grid--1-col-tablet-down .grid__item, .slider--mobile.grid--peek.grid--1-col-tablet-down .grid__item {
width: 75%!important;
}
}
</style>