bonne_nouvelle Posted July 6, 2020 Share Posted July 6, 2020 Site URL: https://www.bonnenouvelle.uk/shop Hello! Is there anyway of re-sizing product images on mobile so that they view with 2-3 columns as opposed to the single image stack that mobile defaults to? I've got desktop set up with 4 columns (image below) and it would be preferable to have 2-3 columns in mobile. Thank you!!https://www.bonnenouvelle.uk/shop Link to comment
tuanphan Posted July 7, 2020 Share Posted July 7, 2020 Add to Home > Design > Custom CSS @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; grid-row-gap: 10px; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
bonne_nouvelle Posted July 7, 2020 Author Share Posted July 7, 2020 Thank you so much!!! It worked 🙂 Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.