kelawsegami Posted October 31, 2023 Share Posted October 31, 2023 Good afternoon, Unfortunately the navigation buttons for my portfolio are overlapping on Mobile devices. What are the locations for scaling text size based on the device being used to access the website? It will not allow me to edit the navigation area on the portfolio buttons on the website with PC or Mobile. Link to comment
Solution Ziggy Posted November 1, 2023 Solution Share Posted November 1, 2023 Try adding this to Custom CSS: // pagination mobile improvements @media screen and (max-width: 767px) { .item-pagination { display: flex; flex-direction: column; } a.item-pagination-link { max-width:100% !important; } .item-pagination-link--prev { margin-bottom:24px; } } If you need to reduce the font size too that can be achieved! kelawsegami 1 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! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (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? Link to comment
kelawsegami Posted November 1, 2023 Author Share Posted November 1, 2023 7 hours ago, Ziggy said: Try adding this to Custom CSS: // pagination mobile improvements @media screen and (max-width: 767px) { .item-pagination { display: flex; flex-direction: column; } a.item-pagination-link { max-width:100% !important; } .item-pagination-link--prev { margin-bottom:24px; } } If you need to reduce the font size too that can be achieved! Ziggy, I appreciate you! That works. Ziggy 1 Link to comment
Ziggy Posted November 1, 2023 Share Posted November 1, 2023 6 minutes ago, kelawsegami said: That works. Fantastic! tuanphan 1 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! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (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? 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