Krysten-Jadae Posted March 5, 2023 Share Posted March 5, 2023 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, 2023 Share Posted March 5, 2023 (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, 2023 by Beyondspace fix for mobile BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight 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
Beyondspace Posted March 5, 2023 Share Posted March 5, 2023 My testing BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight 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
Krysten-Jadae Posted March 5, 2023 Author Share Posted March 5, 2023 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, 2023 Share Posted March 6, 2023 You can try again my previous post Support me by pressing 👍 or marking as solution if this is useful for you BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight 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
AlexRich Posted April 10, 2023 Share Posted April 10, 2023 Hi, Please can someone assist me with changing the size of the font for the previous/next blog post buttons? The font is very large with the default setting, as per the attached screenshot. I have tried to use the Style Editor but have not been successful. It is a private site and the password is Dragon1! https://hibiscus-bumblebee-wxl5.squarespace.com/ Many thanks! Alex Link to comment
tuanphan Posted April 11, 2023 Share Posted April 11, 2023 Hi, Pagination is Heading 2, so you can adjust it in Design > Site Styles Or you can also add this code to Design > Custom CSS h2.item-pagination-title { font-size: 16px !important; } AlexRich 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
AlexRich Posted April 11, 2023 Share Posted April 11, 2023 Hi Tuanphan, That worked, thank you so much. Best, Alex Link to comment
mandres2 Posted June 30, 2023 Share Posted June 30, 2023 I'm facing an issue with overlapping blog titles at the bottom of my blog posts. This occurs when viewing the website on a mobile device, where the titles of the next and previous articles are overlapping. I would greatly appreciate any help in resolving this matter. Link to comment
tuanphan Posted July 1, 2023 Share Posted July 1, 2023 18 hours ago, mandres2 said: I'm facing an issue with overlapping blog titles at the bottom of my blog posts. This occurs when viewing the website on a mobile device, where the titles of the next and previous articles are overlapping. I would greatly appreciate any help in resolving this matter. 2 options to deal with this #1. Reduce text size on mobile (with code) #2. Replace title with Prev/Next text What do you think? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
kamilian Posted November 17, 2023 Share Posted November 17, 2023 I've found a way. Go to "Site Styles" > Fonts > Assign Styles then look for "Blog Post" or the section which you are creating pagination for. In my instance, it was for a blog, so I found "BLOG POST", then "Pagination" and I was able to change the "Style" and "Size" according to the styles and sizes I'd set up. I chose a different header (h4) and a smaller size and the pagination size has been reduced. 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