feenasymebuchanan Posted August 28 Posted August 28 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 🙂
Ziggy Posted August 28 Posted August 28 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?
feenasymebuchanan Posted August 28 Author Posted August 28 Hey Ziggy! Thank you! Yes the blog titles are stacking and it looks wayyy better 🙂 Here is my website URL: https://www.feenaphotography.com Password: turangi Page: https://www.feenaphotography.com/blog Ziggy 1
Ziggy Posted August 29 Posted August 29 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?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment