How setting the icon list in mobile version from 2 in a row to 5 in a row

Solved

How setting the icon list in mobile version from 2 in a row to 5 in a row

OLIV1
Excursionist
38 1 4

Anyone know how to make the icon list from 2 in a row to 5 in a row on mobile version??

I am using empire 9.11 theme 

Www.oscarliving.id 

No password 

Screenshot_20230808_020209_com.android.chrome.jpg

OLV
Accepted Solution (1)
OLIV1
Excursionist
38 1 4

This is an accepted solution.

Dear Marketplace026

Thanks for getting back to me 

I have Tried the code but nothing happen

is there some specific place to put this code ??

 

 

OLV

View solution in original post

Replies 3 (3)

marketplace026
Shopify Partner
42 6 8

Like this one? See the screenshot https://postimg.cc/FdY2rNzG

@media only screen and (max-width: 767px){
   #shopify-section-template--16970166567161__dynamic_collection_list .collection-list__content {
   grid-template-columns: repeat(5, minmax(auto, 1fr));
}
}

OLIV1
Excursionist
38 1 4

This is an accepted solution.

Dear Marketplace026

Thanks for getting back to me 

I have Tried the code but nothing happen

is there some specific place to put this code ??

 

 

OLV
OLIV1
Excursionist
38 1 4

Hi, I am still having a Trouble to put This Code. any spesific Location you can suggest me ?

OLV