deepskyrobert Posted August 16 Share Posted August 16 Hey there, I've been looking for a solution or someone else with this issue. Couldn't find anything. Does someone know how to fix this issue? the text to toggle between events is completely off and it also messes up the menu. I'd love to either have it fixed or just generally change the text to something like "next event" and "last event" thanks Robert Link to comment
Ziggy Posted August 16 Share Posted August 16 Add this to Custom CSS to stack the pagination on mobile: // Event pagination - stack on mobile @media only screen and (max-width:767px) { .item-pagination[data-collection-type^="events"] { display: flex; flex-direction: column; } .item-pagination-link { max-width: 100%; } .item-pagination-link--prev { margin-bottom: 16px; } } 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) 🖼️ Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
tuanphan Posted August 17 Share Posted August 17 I think you can also make text smaller, by using this to Website Tools > Custom CSS @media screen and (max-width:767px) { h2.item-pagination-title { font-size: 12px !important; } } 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment