Lynnster Posted August 23 Share Posted August 23 When I try to change one page, they all change. I want the rest of the galleries to stay at three columns but the "SHORTS" gallery to be two. What code should I use? Here's the page: https://www.dylankahn.work/shorts TIA! Link to comment
Solution Ziggy Posted August 23 Solution Share Posted August 23 Try this in Custom CSS: @media only screen and (min-width:768px) { section[data-section-id="66b19ad3b5c0e55a207f258f"] { .portfolio-grid-overlay { grid-template-columns: 1fr 1fr !important; } } } 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
denzil123 Posted August 27 Share Posted August 27 I tried to get that code to work for this page and had luck? Any solutions? https://denzilheeger.com/grade Link to comment
Ziggy Posted August 27 Share Posted August 27 11 hours ago, denzil123 said: I tried to get that code to work for this page and had luck? Any solutions? Did you adjust it for your website? You need to use the correct section ID: @media only screen and (min-width:768px) { section[data-section-id="66c6c1c317302605b7a36126"] { .portfolio-grid-overlay { grid-template-columns: 1fr 1fr !important; } } } 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment