Shopify themes, liquid, logos, and UX
Hi There,
I am hoping to get my featured collection images smaller to fit more products on the page at a time. currently I can only do rows that are 2 products wide. I would like it to be 4 products wide if possible. I am using Venture theme.
I have attached some images to show what I am talking about, first pic is what I'm trying to achieve, 2nd pic is what I have now.
Thanks!
hello @OddityAsylum
can you please send me the Website Url
thanks
Hi @OddityAsylum,
Please send me the store link, I will check it for you
Hi @OddityAsylum,
I checked and it shows fine, did you solve it?
It still only showing 2 products across on mobile, I want it to be 4 products across if possible
Hi @OddityAsylum,
Please go to Actions > Edit code > Assets > theme.scss.liquid file and paste this at the bottom of the file:
@media only screen and (max-width: 749px) {
.grid.collection .grid__item {
width: 25%;
clear: none;
}
}
Hi, Yes that has made it better! But it is still only one row. I was hoping for 3 rows down if possible?
like this picture I quickly whipped up.
Hi @OddityAsylum,
Please change all code:
@media only screen and (max-width: 749px) {
.grid.collection .grid__item {
width: calc(100% / 3);
clear: none;
}
}
Hi,
Thankyou so much for your help! its definitely better but it is still only one row on the mobile and only showing 4 products max, I want people to be able to see 3 full rows of products all at once if possible???
and also the height of each individual product is too tall, could we squish them together vertically like the pic here?
Hi @OddityAsylum,
Please send me the link showing this, I will check it
This is the url: www.oddityasylum.com
is that what you need? Here is another screenshot of how it looks on mobile right now, still just one row of products very tall and only 4 showing
Hi @OddityAsylum,
Please change all code:
@media only screen and (max-width: 749px) {
.grid.collection .grid__item {
width: calc(100% / 3);
clear: none;
display: block !important;
}
}
Thankyou yes that is much better, is there a way to make each products box shorter? They are very tall so all the pictures show up small with black on top and bottom, can we make the space between each row smaller? This is a current screen shot
Hi @OddityAsylum,
This will need to rewrite the grid module for it, if you want please send me the contributor code, and I will send you an invite and check it
Thankyou, I have sent the code via msg to you.
Hi there 😊 I am trying to achieve the exact same thing you are... I'm also using venture and need the featured collection images to be smaller, exactly what you've been trying to do... Were you guys able to sort it out? I've been following this chat to get to the end result and then you guys went private 😊😅
Hi @magicalearthbug,
Can you send me the store link, I will check and guide it 😊
Hi there, thank you so much 🙂 Here's my store's link: https://www.magicalearthbug.co.za/
Hi @magicalearthbug,
Now you want it to show 3 items in a row on mobile like above?
Please explain further what you would like to change. I will check it.
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024