Guest Posted October 9, 2021 Share Posted October 9, 2021 Site URL: https://suzanneseedsilversmith.co.uk/shop https://suzanneseedsilversmith.co.uk/shop I'm on the Avenue template on v7 and would like my shop pages to display 2 columns of items on mobile view. I have it set to show 3 on desktop and tablet but this reduces down to 1 on mobile. Previous code I have found gave me 2 columns of images but did not also apply to the product title and price. Any help would be greatly appreciated! Thank you! Link to comment
Beyondspace Posted October 9, 2021 Share Posted October 9, 2021 1 hour ago, stewartrenee said: Site URL: https://suzanneseedsilversmith.co.uk/shop https://suzanneseedsilversmith.co.uk/shop I'm on the Avenue template on v7 and would like my shop pages to display 2 columns of items on mobile view. I have it set to show 3 on desktop and tablet but this reduces down to 1 on mobile. Previous code I have found gave me 2 columns of images but did not also apply to the product title and price. Any help would be greatly appreciated! Thank you! Add to Home > Design > Custom Css @media only screen and (max-width: 767px) { #productList { display: flex; flex-wrap: wrap; } #productList > a { flex: 45%; margin: 5px !important; } } Support me by pressing 👍 if this useful for you BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.