Resizing Featured Collection List mobile

Resizing Featured Collection List mobile

OddityAsylum
Tourist
20 0 2

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!

Screen Shot 2024-09-12 at 5.55.08 pm.pngScreen Shot 2024-09-12 at 5.50.24 pm.png

Replies 20 (20)

Sangeetanahar
Explorer
541 36 69

hello @OddityAsylum 

can you please send me the Website Url

thanks

Was I helpful?

Buy me a coffee



Want to modify or custom changes or bug fix on store . Or Need help with your store? Or -Want Complete Storefront
Email me [email protected] - Skype: live:sangeetarahuldhiman -Whatsapp: +917009811712
Checkout Some Free Sections Here
OddityAsylum
Tourist
20 0 2

Hi! 
here is my link

thanks! 
https://oddityasylum.com

namphan
Shopify Partner
1329 164 199

Hi @OddityAsylum,

Please send me the store link, I will check it for you

Coffee tips fuels my dedication.
Shopify Development Service
Need help with your store? [email protected]
OddityAsylum
Tourist
20 0 2

Hi, thankyou!

here is my link 

https://oddityasylum.com

namphan
Shopify Partner
1329 164 199

Hi @OddityAsylum,

I checked and it shows fine, did you solve it?

Coffee tips fuels my dedication.
Shopify Development Service
Need help with your store? [email protected]
OddityAsylum
Tourist
20 0 2

It still only showing 2 products across on mobile, I want it to be 4 products across if possible 

namphan
Shopify Partner
1329 164 199

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;
    }
}

 

Coffee tips fuels my dedication.
Shopify Development Service
Need help with your store? [email protected]
OddityAsylum
Tourist
20 0 2

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.

 

Screen Shot 2024-09-12 at 5.55.08 pm.png

namphan
Shopify Partner
1329 164 199

Hi @OddityAsylum,

Please change all code:

@media only screen and (max-width: 749px) {
    .grid.collection .grid__item {
        width: calc(100% / 3);
        clear: none;
    }
}
Coffee tips fuels my dedication.
Shopify Development Service
Need help with your store? [email protected]
OddityAsylum
Tourist
20 0 2

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?

 

Screen Shot 2024-09-12 at 5.55.08 pm.png

namphan
Shopify Partner
1329 164 199

Hi @OddityAsylum,

Please send me the link showing this, I will check it

Coffee tips fuels my dedication.
Shopify Development Service
Need help with your store? [email protected]
OddityAsylum
Tourist
20 0 2

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  

IMG_8131.png

namphan
Shopify Partner
1329 164 199

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;
    }
}
Coffee tips fuels my dedication.
Shopify Development Service
Need help with your store? [email protected]
OddityAsylum
Tourist
20 0 2

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 

 

IMG_8132.png

 

namphan
Shopify Partner
1329 164 199

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

Coffee tips fuels my dedication.
Shopify Development Service
Need help with your store? [email protected]
OddityAsylum
Tourist
20 0 2

Thankyou, I have sent the code via msg to you. 

magicalearthbug
Visitor
2 0 0

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 😊😅

namphan
Shopify Partner
1329 164 199

Hi @magicalearthbug,

Can you send me the store link, I will check and guide it 😊

Coffee tips fuels my dedication.
Shopify Development Service
Need help with your store? [email protected]
magicalearthbug
Visitor
2 0 0

Hi there, thank you so much 🙂 Here's my store's link: https://www.magicalearthbug.co.za/

namphan
Shopify Partner
1329 164 199

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.

 

Coffee tips fuels my dedication.
Shopify Development Service
Need help with your store? [email protected]