Martian Posted October 3, 2023 Posted October 3, 2023 I'd like the pagination margins to be aligned with the content above it. Does anyone know how to achieve this? (see attached)
Ziggy Posted October 3, 2023 Posted October 3, 2023 You can use this Custom CSS and adjust the value to the constraints on the blog above: .item-pagination[data-collection-type^="blog"] { max-width: 66.6667%; margin: auto; } 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?
Martian Posted October 3, 2023 Author Posted October 3, 2023 @Ziggy That didnt work 😕 it's not a blog page. Here is the page https://www.martiandesign.com/work/andromeda Thanks Ziggy!
Ziggy Posted October 3, 2023 Posted October 3, 2023 Thanks for providing the URL, without that I was guessing! Add this to the Header Code Injection in the portfolio page settings, NOT the global header page code injection. <style> #page { background: #0d0d0d; } .item-pagination[data-collection-type^="portfolio"] { max-width: 1500px; margin: auto; } </style> 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?
Martian Posted October 3, 2023 Author Posted October 3, 2023 @Ziggy that worked! Thank you soooo much Ziggy.
Martian Posted October 3, 2023 Author Posted October 3, 2023 @Ziggy This actually didnt work since I have different background colors on different pages 😕
Martian Posted October 4, 2023 Author Posted October 4, 2023 @Ziggy I use two different colors for my page backgrounds #0d0d0d and White. How would I apply your code in this situation?
Ziggy Posted October 4, 2023 Posted October 4, 2023 The pagination is tricky to constrain as it doesn't have a background behind it, you can tweak the code for different portfolio pages, but not for individual portfolio items. Martian 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! 📈 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