shineshopqc Posted July 8, 2022 Share Posted July 8, 2022 Site URL: https://shineshopqc.store/shop I am looking for a way to display 2 items across when people are shopping my site on their phones. Any help would be greatly appreciated! Link to comment
tuanphan Posted July 8, 2022 Share Posted July 8, 2022 Add to Design > Custom CSS @media screen and (max-width:767px) { .products.collection-content-wrapper .list-grid { display: grid; grid-template-columns: repeat(2,1fr); grid-gap: 10px 10px; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment