All things Shopify and commerce
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
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
Solved! Go to the solution
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 ??
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));
}
}
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 ??
Hi, I am still having a Trouble to put This Code. any spesific Location you can suggest me ?