Jump to content

Blog post section to resize at 4 or 2 posts per row

Go to solution Solved by Lesum,

Recommended Posts

  • Replies 3
  • Views 148
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

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?

Screenshot 2024-06-11 at 8.15.00 AM.png

Screenshot 2024-06-11 at 8.21.13 AM.png

Can you share your URL so I can check it?

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 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
  • Solution

@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

Create an account or sign in to comment

You need to be a member in order to leave a comment


×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.