stewartrenee 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 tuanphan 1 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Keyword HighlighterIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. 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