Krysten-Jadae Posted March 5 Share Posted March 5 Hi there - the titles of our next blog posts are colliding on mobile - Here's an example. Is there any way to stop this from happening? Ideally we'd keep the titles but happy if it's 'next' and 'previous' if not. Cheers Link to comment
Beyondspace Posted March 5 Share Posted March 5 (edited) On 3/5/2023 at 11:38 AM, Krysten-Jadae said: Hi there - the titles of our next blog posts are colliding on mobile - Here's an example. Is there any way to stop this from happening? Ideally we'd keep the titles but happy if it's 'next' and 'previous' if not. Cheers You can try adding to Home > Design > Custom Css .item-pagination-link .item-pagination-title { display: none; } .item-pagination-link.item-pagination-link--next .pagination-title-wrapper:after { visibility: visible; content:'Next'; } .item-pagination-link.item-pagination-link--prev .pagination-title-wrapper:before { visibility: visible; content:'Previous'; } Support me by pressing 👍 or marking as solution if this is useful for you Edited March 6 by Beyondspace fix for mobile 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 pluginIf 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
Beyondspace Posted March 5 Share Posted March 5 My testing 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 pluginIf 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
Krysten-Jadae Posted March 5 Author Share Posted March 5 10 hours ago, Beyondspace said: You can try adding to Home > Design > Custom Css .item-pagination-link .item-pagination-title { visibility: hidden; } .item-pagination-link.item-pagination-link--next .item-pagination-title:after { visibility: visible; content:'Next'; } .item-pagination-link.item-pagination-link--prev .item-pagination-title:before { visibility: visible; content:'Previous'; } Support me by pressing 👍 or marking as solution if this is useful for you Hi there - thanks so much for the help. That's looking a bit better but it's still pushing out wider than the screen size on mobile. Any way of preventing this? Link to comment
Beyondspace Posted March 6 Share Posted March 6 You can try again my previous post Support me by pressing 👍 or marking as solution if this is useful for you 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 pluginIf 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment