Jump to content

Next blog options colliding on mobile

Recommended Posts

  • Replies 4
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Posted Images

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

 

image.png

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 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 plugin
If 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

My testing

image.thumb.png.c6b2da38ffee008a762bcccdf8817f9b.png

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 plugin
If 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
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? 

IMG_F5F9CD32B9AA-1.jpeg

Link to comment

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 plugin
If 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

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.