Shopify themes, liquid, logos, and UX
To continue receiving payouts, you need to secure your account by turning on two-step authentication. If two-step authentication is not turned on your payouts will be paused. Learn more
Hello community,
I did some subsets like that
https://shopify.dev/tutorials/feature-a-subset-of-collections-on-a-page
but the collection images are shown cutted and not in same size.
I created them all in 600 x 600.
This is what it looks like
And this is how it should look
Anybody can help?
Solved! Go to the solution
This is an accepted solution.
hello @DonPseudo
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
@media only screen and (min-width: 999px){
.template-page .collection-grid .grid__item .collection-grid__link-overlay {
background-size: contain !important;
}
.template-page .collection-grid{
display: block;
width: 100%;
}
.template-page .collection-grid .grid__item{
width: 33.33%;
float: left;
padding: 12px 12px;
}
.template-page .collection-grid__item {
height: 420px !important;
}
.template-page .page-width{
max-width: 1200px !important;
margin: 0 auto;
}
}
@DonPseudo - can you please share your website page link?
Please share your website URL and password if any. I will check and provide a solution here.
Thanks!
Thank you! Shop is still closed, until all (most) is fine 🙂
www.pseudocollection.de PW: pawfli
@DonPseudo - add this css to the very end of theme.scss file and check, adjust numbers as per the need
@media only screen and (min-width: 750px){
.collection-grid .collection-grid__item {height: 300px; padding: 0 20px; padding-left:20px;}
}
This is an accepted solution.
hello @DonPseudo
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
@media only screen and (min-width: 999px){
.template-page .collection-grid .grid__item .collection-grid__link-overlay {
background-size: contain !important;
}
.template-page .collection-grid{
display: block;
width: 100%;
}
.template-page .collection-grid .grid__item{
width: 33.33%;
float: left;
padding: 12px 12px;
}
.template-page .collection-grid__item {
height: 420px !important;
}
.template-page .page-width{
max-width: 1200px !important;
margin: 0 auto;
}
}
User | RANK |
---|---|
116 | |
90 | |
71 | |
68 | |
45 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022