mackenzie__ Posted March 27, 2022 Share Posted March 27, 2022 Site URL: https://mcarnovale.design Hi! i was on the Squarespace Circle website today and noticed their vertical links they use on their pages for 'next post' and 'previous post'. I know they are using a blog format but I'd love to use that on my portfolio website. Here's one of Squarespace's pages for reference. https://circle.squarespace.com/guides/holiday-discount-strategies I'd like to do this on my website on my projects. Here's a page for example https://www.mcarnovale.design/offtryp - I'd like clients to be able to click next project to go onto another one of my project pages. Can this be done? Link to comment
Solution tuanphan Posted March 29, 2022 Solution Share Posted March 29, 2022 Edit Page >> Add a Code Block at bottom of page >> paste this code. Replace url with new urls <a href="/about" class="t-next">Next Post</a> <a href="/home" class="t-prev">Previous Post</a> <style> a.t-next, a.t-prev { position: fixed; top: 50%; transform: translateY(-50%); z-index: 99999; } a.t-next { left: 5px; transform: rotate(90deg); } a.t-prev { right: -20px; transform: rotate(270deg); } </style> mackenzie__ 1 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