NadineS Posted March 5 Posted March 5 Hi SS friends, Can someone help me figure out how to get the columns on a store page from 4 to either 5 or 6? Images come out way too big. https://www.hausersjewelers.com/shop
Solution Web_Solutions Posted March 5 Solution Posted March 5 27 minutes ago, NadineS said: Hi SS friends, Can someone help me figure out how to get the columns on a store page from 4 to either 5 or 6? Images come out way too big. https://www.hausersjewelers.com/shop Add these code on Custom CSS panel in Website > Utilities > Website Tools > Custom CSS. @media only screen and (min-width: 768px) { .view-list .list-grid { grid-template-columns: repeat(5,minmax(~"0,1fr")) !important; } } tuanphan and NadineS 1 1 If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment