Kajsa Posted March 2 Share Posted March 2 Hello, Does anyone know how I can change the amount of product shown on mobile view? Now all I get is 1 per page but I would love to have 4, so that the customers get an over view when they see my store. The first picture is what it looks like now, and the second picture is how I want it to look like Link to comment
Lemuel Posted March 3 Share Posted March 3 Probably … I haven’t tried this … but go from website editing view to mobile view. Get your photos cropped or sized to your desired look, then fit it within the frame. I know on one of my sites I have one page where 2 photos are even on top of each other, so I think this is doable through advance editing. hope that helps. Please let me know. Link to comment
Kajsa Posted March 4 Author Share Posted March 4 (edited) From what I can see I can only chose set sizes for the product images. When I go to mobile view, I can either ''manage items'' or ''edit section''. (If I go to 'edit section -> aspect ratio'). And that only changes the size of the images, not putting them next to each other.. Is there another way of changing / cropping the photos? Edited March 4 by Kajsa Link to comment
Solution tuanphan Posted March 6 Solution Share Posted March 6 Add to Design > Custom CSS /* Product 2 columns mobile */ @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 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment