Jump to content

Page titles on Portfolio keep merging on mobile?

Go to solution Solved by tuanphan,

Recommended Posts

Hi all,

I've just tested my website on mobile view, and have noticed that when viewing pages of my portfolio, the text at the bottom navigation overlaps. Some pages are kind of acceptable, but others makes it look pretty cluttered. I can't see an option to actually edit it on the page, so how do I avoid this? I've tried creating shorter titles, but in some cases I need them longer. Would be happy to change them to just "previous" and "next" too if this resolves it. Any help would be appreciated!

Website: www.sabercosmos.co.uk

Screenshot 2023-01-16 at 22.54.51.png   Screenshot 2023-01-16 at 22.59.01.png

Edited by sabercosmos
Link to comment
  • Solution

You can consider replacing pagination titles with prev/next on mobile only by adding this to Design > Custom CSS
 

/* Pagination title */
@media screen and (max-width:767px) {
h2.item-pagination-title {
    display: none;
}
.item-pagination-prev-next {
    display: block !important;
}
}

but if you want to reduce size only, let me know, we will give new code

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
  • 3 weeks later...
On 1/19/2023 at 2:19 PM, tuanphan said:

You can consider replacing pagination titles with prev/next on mobile only by adding this to Design > Custom CSS
 

/* Pagination title */
@media screen and (max-width:767px) {
h2.item-pagination-title {
    display: none;
}
.item-pagination-prev-next {
    display: block !important;
}
}

but if you want to reduce size only, let me know, we will give new code

Thanks so much! Looks much better 🙂

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.