Jimmyky Posted November 12, 2021 Share Posted November 12, 2021 Site URL: https://flounder-synthesizer-bfwt.squarespace.com/pricing/annual-membership Hi, I'm trying to centre align the sub-categories with 1 product as it looks odd by itself on the side. I can't figure out the code to do so either. Could I get some help with this! Link to comment
Beyondspace Posted November 14, 2021 Share Posted November 14, 2021 On 11/12/2021 at 10:02 PM, Jimmyky said: Site URL: https://flounder-synthesizer-bfwt.squarespace.com/pricing/annual-membership Hi, I'm trying to centre align the sub-categories with 1 product as it looks odd by itself on the side. I can't figure out the code to do so either. Could I get some help with this! You can try adding to Home > Design > Custom Css @media screen and (min-width: 768px) { .products.collection-content-wrapper .list-grid { grid-template-columns: repeat(8, minmax(0, 1fr)); } .products.collection-content-wrapper .grid-item { grid-column: span 2; } /* Dealing with single orphan */ .products.collection-content-wrapper .grid-item:last-child:nth-child(4n + 1) { grid-column-end: 6; } } Let me know it works on your site Press 👍 or mark this answer as solution to help another one too 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
Beyondspace Posted November 14, 2021 Share Posted November 14, 2021 My testing result 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
Jimmyky Posted November 15, 2021 Author Share Posted November 15, 2021 15 hours ago, bangank36 said: My testing result It worked! Thank you so much @bangank36! Beyondspace 1 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