krystenjade Posted March 7 Share Posted March 7 https://gunpowderwines.squarespace.com/ Password: gunpowder Two questions: I only have one product for this store. Is there any way to present only one column, centered on the Store page as the minimum column amount you can do is 2. Is there anyway you can limit the cart total to a number of 2,4,6 and 12 items (bottles). Thank you, Krysten Link to comment
Solution Beyondspace Posted March 7 Solution Share Posted March 7 11 hours ago, krystenjade said: https://gunpowderwines.squarespace.com/ Password: gunpowder Two questions: I only have one product for this store. Is there any way to present only one column, centered on the Store page as the minimum column amount you can do is 2. Is there anyway you can limit the cart total to a number of 2,4,6 and 12 items (bottles). Thank you, Krysten 1. You can try adding to Home > Design > Custom Css @media screen and (min-width: 768px) { #collection-640526cf7bb4393b739ad0a2 .products.collection-content-wrapper .list-grid{ grid-template-columns: repeat(4,minmax(0,1fr)); } #collection-640526cf7bb4393b739ad0a2 .products-flex-container .grid-item { grid-column: span 2; } #collection-640526cf7bb4393b739ad0a2 .products-flex-container .grid-item:last-child:nth-child(2n - 1) { grid-column-end: 4; } } If you have 1, 3, 5, 7 products on this page, it will show the last item center Support me by pressing 👍 if this is useful for you BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) 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
Beyondspace Posted March 7 Share Posted March 7 My testing BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) 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
krystenjade Posted March 7 Author Share Posted March 7 Amazing @Beyondspace that worked! Do you know if there is an ability to restrict the item number quantities for customers to order to 2, 4, 6 and 12 bottles? Link to comment
krystenjade Posted March 8 Author Share Posted March 8 @Beyondspace All good. I have done so using varients. Thanks for your help! Beyondspace 1 Link to comment
Beyondspace Posted March 8 Share Posted March 8 8 hours ago, krystenjade said: @Beyondspace All good. I have done so using varients. Thanks for your help! It is really a good point BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) 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
Create an account or sign in to comment
You need to be a member in order to leave a comment