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
No password
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
No password
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));
}
}
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 ??
Hi, I am still having a Trouble to put This Code. any spesific Location you can suggest me ?