Jump to content
Go to solution Solved by Beyondspace,

Recommended Posts

Site URL: https://www.byanyothername.net/

Hi everyone, 

I was wondering if there was any way to centre align my posts on my blog page? I've managed to do it for my image galleries using this custom CSS:

.sqs-block-summary-v2 .summary-item-list {

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

But I need something similar for my blog page. Any help greatly appreciated! 

 

Thank you!

 

Screenshot 2021-03-09 at 19.03.36.png

Link to comment
  • Solution
6 hours ago, BYANYOTHERNAME said:

Site URL: https://www.byanyothername.net/

Hi everyone, 

I was wondering if there was any way to centre align my posts on my blog page? I've managed to do it for my image galleries using this custom CSS:

.sqs-block-summary-v2 .summary-item-list {

    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

But I need something similar for my blog page. Any help greatly appreciated! 

 

Thank you!

 

Screenshot 2021-03-09 at 19.03.36.png

try

.blog-item:last-child:nth-child(4n - 1) {
  grid-column-end: 0;
}

.blog-item:nth-last-child(2):nth-child(4n + 1) {
  grid-column-end: 3;
}

image.thumb.png.cbb242aec39be35d90f4fdbe919f05af.png

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 plugin
If 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
  • 1 year later...

I check that it works properly now

image.thumb.png.5510724d8d609ead1e3350f1308ba879.png

Do you still need help?

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 plugin
If 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

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.