ashleyfonseca Posted June 11 Share Posted June 11 When you size down the screen it bumps a post down to a second row and 3 columns. Is there a way to only have it either 4 or 2 posts per row? Link to comment
Beyondspace Posted June 11 Share Posted June 11 22 minutes ago, ashleyfonseca said: When you size down the screen it bumps a post down to a second row and 3 columns. Is there a way to only have it either 4 or 2 posts per row? Can you share your URL so I can check it? 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
ashleyfonseca Posted June 13 Author Share Posted June 13 On 6/11/2024 at 8:46 AM, Beyondspace said: Can you share your URL so I can check it? Here's the link: https://www.dahrinterior.com/ Link to comment
Solution Lesum Posted June 13 Solution Share Posted June 13 @ashleyfonseca Hi! Add this code under Custom CSS panel: @media only screen and (min-width: 768px) { section[data-section-id="665fd8cfc170d06a64f5bf97"] { .sqs-block-summary-v2 .summary-item-list { display: flex; flex-wrap: wrap; flex-direction: row; gap: 2.5%; justify-content: center; } .sqs-block-summary-v2 .summary-item.positioned { width: 23% !important; margin-right: 0 !important; } } } If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee? 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