HELP ME - I am having problem with Icon list on Mobile version

Solved

HELP ME - I am having problem with Icon list on Mobile version

OLIV1
Explorer
60 1 16

Hi everyone 

I am having a problem with an icon list on mobile version -- ( I want it like a desktop version ) 

The mobile version is not the same like desktop version 

 

Here is the desktop version 

Screenshot 2025-04-29 at 12.31.21 PM.png

 

Here is the Mobile version 

Screenshot 2025-04-29 at 12.31.37 PM.png

 Please help me 

 

Thank you 

OLV
Accepted Solution (1)

Moeed
Shopify Partner
7544 2035 2501

This is an accepted solution.

Hey @OLIV1 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
@media screen and (max-width: 767px) {
main#site-main ul.home-section--content.collection-list__content.collection--image-crop-round.no-cta {
    grid-template-columns: repeat(4, minmax(auto, 1fr)) !important;
}
}
</style>

RESULT:

Moeed_0-1745906301574.png

Moeed_1-1745906306195.png

 

 

If I managed to solve your problem then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


View solution in original post

Replies 3 (3)

Moeed
Shopify Partner
7544 2035 2501

This is an accepted solution.

Hey @OLIV1 

 

Follow these Steps:

1) Go to Online Store
2) Edit Code
3) Find theme.liquid file

4) Add the following code in the bottom of the file above </body> tag

<style>
@media screen and (max-width: 767px) {
main#site-main ul.home-section--content.collection-list__content.collection--image-crop-round.no-cta {
    grid-template-columns: repeat(4, minmax(auto, 1fr)) !important;
}
}
</style>

RESULT:

Moeed_0-1745906301574.png

Moeed_1-1745906306195.png

 

 

If I managed to solve your problem then, don't forget to Like it and Mark it as Solution!

 

Best Regards,
Moeed

- Need a Shopify Specialist? Chat on WhatsApp

- Get a quick Shopify quote – Click here!

- Custom Design | Advanced Coding | Store Modifications


OLIV1
Explorer
60 1 16

Hi Moeed

Thank you for helping me out. 

But i think that one is for collection list 

 

what I need to fix is at the ICON LIST Mobile version. I want to make it one line lika a desktop version 

As you can see here in the bottom the Logo list is 2 Line 

 

Screenshot 2025-04-29 at 12.31.37 PM.png

and I want it to be one line like below 

Screenshot 2025-04-29 at 12.31.21 PM.png

OLV
OLIV1
Explorer
60 1 16

Hi Moeed

I tried the code For the mobile version regarding the Logo List 

But now The logo lIst is hidden under the banner 

 

Screenshot 2025-04-29 at 7.18.52 PM.png

Can you help me with this please ?

 

OLV