Jump to content

Can you Reverse/flip blog Pagination?

Recommended Posts

Site URL: https://climbingthespire.com/

I am trying to build a website for my webcomic, and among the people I've shared it with for feedback all of them have had one thing they asked me to change, which is the pagination. Due to how Squarespace sorts blogs by date of post, it means that if you start at the first and want to go to the next episode of the comic, the link is on the bottom left, not the right. Its a small thing but its not where people are used to looking, and it was enough of of a thing that the majority of them asked me to change it. 

 

Is it possible to flip the pagination in code to so that my "newer" post are on the right, and my "older" are on the left?

Link to comment
  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Add to Home > Design > Custom CSS

.item-pagination[data-collection-type^="blog"] {
    flex-direction: row-reverse;
}
.item-pagination-link {
    text-align: right;
    margin-right: 0;
    margin-left: auto;
}
.item-pagination-link--next {
    text-align: left !important;
    margin-left: 0;
    margin-right: auto;
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

How to: Setup Password & Share url Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care

Link to comment
1 hour ago, tuanphan said:

Add to Home > Design > Custom CSS


.item-pagination[data-collection-type^="blog"] {
    flex-direction: row-reverse;
}
.item-pagination-link {
    text-align: right;
    margin-right: 0;
    margin-left: auto;
}
.item-pagination-link--next {
    text-align: left !important;
    margin-left: 0;
    margin-right: auto;
}

Thanks so much this worked perfectly! 

 

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.