yasuu Posted February 21, 2021 Share Posted February 21, 2021 Site URL: https://yasutokimura.com/store Site URL: https://yasutokimura.com/store PASS:6222 I would like the "mobile view' to show two columns for online store items. Right now the items are stacked in one column. Any suggestions on how to achieve this please? Beyondspace 1 Link to comment
Beyondspace Posted February 21, 2021 Share Posted February 21, 2021 22 minutes ago, yasuu said: Site URL: https://yasutokimura.com/store Site URL: https://yasutokimura.com/store PASS:6222 I would like the "mobile view' to show two columns for online store items. Right now the items are stacked in one column. Any suggestions on how to achieve this please? Add this to Design->Custom CSS @media screen and (max-width: 768px) { .products.collection-content-wrapper .list-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); grid-column-gap: 1.5vw; padding: 0; } } yasuu and tuanphan 2 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, Lightbox Studio pluginIf 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
yasuu Posted February 21, 2021 Author Share Posted February 21, 2021 Thank you so much. 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