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
Hi!
I have a problem with a collection list. The usual setting was for 4 items showing on the top of the page, but right now we want to show only 3 items, and now it has empty space on the right side.
Do you have any idea on how to move those 3 items to the center, make it even on both sides, so it doesn't look too much empty on the right side?
Here's the URL: https://bove.co/collections/homepage-play
Thanks!
Solved! Go to the solution
This is an accepted solution.
Hii, @BoveSpring
Paste this code on to[p of the theme.scss file.
@media screen and (min-width: 860px){
ul.home-section--content.collection-list--inner {
margin-left: 22% !important;
}
}
Thank You.
Hi @Zworthkey
Actually I want to make them more in the middle of the page, so the empty spaces will be even on both sides.
This is an accepted solution.
Hii, @BoveSpring
Paste this code on to[p of the theme.scss file.
@media screen and (min-width: 860px){
ul.home-section--content.collection-list--inner {
margin-left: 22% !important;
}
}
Thank You.
Hi @Zworthkey
The codes worked!
But after I checked our homepage https://bove.co/, the collection list on top of the page was moved to the right.
FYI we have this installed on the bottom of the theme.scss file actually
@media screen and (min-width: 860px){
#shopify-section-1599186920696 .home-section--content {
margin-top: 1.75rem;
text-align: center;
justify-content: center;
display: flex;
}
}
We put it there previously to make the collection list displayed in middle in the top of the homepage, thinking it will affect other pages as well if we have less than 4 items.
Apparently not.
Is there any way that we can have one set of code to tackle this issue?
@BoveSpring
Remove the code which I have given you so,
I can solve it.
Thank You.
User | RANK |
---|---|
120 | |
95 | |
76 | |
61 | |
47 |
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