JB21 Posted June 24, 2021 Posted June 24, 2021 Site URL: https://bowiebybicycle.com/bowie-blog/bowies-barcelona Hey there, My squarespace blog pagination displays back to front, so if you click on 'previous' it takes you to a NEW post and if you click on 'next' it takes you to an older post. Is there anyway to switch this around? Thanks so much in advance!
Beyondspace Posted June 26, 2021 Posted June 26, 2021 On 6/24/2021 at 3:53 PM, JB21 said: Site URL: https://bowiebybicycle.com/bowie-blog/bowies-barcelona Hey there, My squarespace blog pagination displays back to front, so if you click on 'previous' it takes you to a NEW post and if you click on 'next' it takes you to an older post. Is there anyway to switch this around? Thanks so much in advance! like this? .BlogItem-pagination { display: flex; } .BlogItem-pagination-link--prev { text-align: right; order: 2; } .BlogItem-pagination-link--next { text-align: left; order: 1; } .BlogItem-pagination-link--prev .BlogItem-pagination-link-label, .BlogItem-pagination-link--next .BlogItem-pagination-link-label { visibility: hidden; position: relative; } .BlogItem-pagination-link--prev .BlogItem-pagination-link-label:before { visibility: visible; content: "Next"; position: absolute; right: 0; } .BlogItem-pagination-link--next .BlogItem-pagination-link-label:before { visibility: visible; content: "Previous"; position: absolute; left: 0; } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
Recommended Posts
Archived
This topic is now archived and is closed to further replies.