lokri Posted August 16, 2020 Share Posted August 16, 2020 Site URL: http://littlecornerscollective.com Hi all, I'm really content with my desktop products page format, but when I view the mobile version I don't want my products to stack to one column. It makes it so I can only view one item at a time as I scroll on mobile. I'd like to have it look like the desktop version, where I can scroll through multiple columns, but can't find any way to disable the mobile view or anything. Is there any code to change just my shop's products page to look like my desktop version (multiple rows & columns of products)? Link to comment
tuanphan Posted August 31, 2020 Share Posted August 31, 2020 Add to Home > Design > Custom CSS /* products 2 columns */ @media screen and (max-width:767px) { .products.collection-content-wrapper .list-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); grid-column-gap: 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
Archived
This topic is now archived and is closed to further replies.