Jump to content

Change Mobile font size for BLOG TITLES at bottom of blog page

Recommended Posts

Posted

Hi there, I'm would appreciate some help, as the blog titles at the bottom of my blog in mobile are huge and cramping 😞

Unfortunately I can't seem to right-click on the titles to inspect and try fix myself.

Any help would be appreciated 🙂 

Screenshot 2024-08-27 at 14.20.48.png

Posted

Try this in Custom CSS:

@media only screen and (max-width:767px) {
  .item-pagination {
    display: flex;
    flex-direction: column;
  }
  .item-pagination-link {
    max-width: 100%;
  }
  .item-pagination-link--prev {
    margin-bottom: 16px;
  }
}

It will stack the pagination, but we also may need to tweak the font size, can you share your website URL and this page?

Please like and upvote if my comments were helpful to you. Cheers!

Zygmunt Spray
Squarespace Website Designer
Contact me: 
https://squarefortytwo.com 
Hire me on Upwork!

📈 SEO Space (Referral link)
Ⓜ️ 
Will Myers' Plugins & Tutorials (Referral link)
 🔌 Ghost Squarespace Plugins (Referral link)
 SquareWebsites Plugins (Referral link)
 🔲SQSP Themes (Referral link) 
Spark Plugin (Referral link) 
 🖼️Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) 

 Did I help? Buy me a coffee?

Posted

Try this additional CSS:

@media screen and (max-width: 767px) and (orientation: portrait) {
    [data-collection-type^="portfolio"] .item-pagination-title {
        font-size: 4vw;
    }
}

Please like and upvote if my comments were helpful to you. Cheers!

Zygmunt Spray
Squarespace Website Designer
Contact me: 
https://squarefortytwo.com 
Hire me on Upwork!

📈 SEO Space (Referral link)
Ⓜ️ 
Will Myers' Plugins & Tutorials (Referral link)
 🔌 Ghost Squarespace Plugins (Referral link)
 SquareWebsites Plugins (Referral link)
 🔲SQSP Themes (Referral link) 
Spark Plugin (Referral link) 
 🖼️Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) 

 Did I help? Buy me a coffee?

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.