JB21 Posted June 24, 2021 Share 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! Link to comment
Beyondspace Posted June 26, 2021 Share 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; } tuanphan 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 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
JB21 Posted July 5, 2021 Author Share Posted July 5, 2021 Amazing, that works! Thanks so much @bangank36 Link to comment
tuanphan Posted July 12, 2021 Share Posted July 12, 2021 @JB21Found these on your site. Do you need fix? Site URL – https://bowiebybicycle.com/ 1. (All devices – bowie blog) Dates are not aligned https://bowiebybicycle.com/bowie-blog 2. (All devices – bowies barcelona) Dates are not aligned https://bowiebybicycle.com/bowie-blog/bowies-barcelona 3. (Desktop – Homepage) The background image and text are the same color, so the text can’t be read in some places https://bowiebybicycle.com/ 4. (Tablet – Header) header is divided into 2 rows https://bowiebybicycle.com/ 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment