Flinx Posted March 1, 2023 Share Posted March 1, 2023 (edited) Hi there! I've used code block on some of my pages to add a sticky scroll, but I don't want it to appear on mobile. However, I'm struggling when adding my media query into the code block - the code works perfectly without it and when I add it it wont work. Anyone who can see what I'm doing wrong? Thanks a lot! <style> @media only screen and (min-width: 640px) #page .page-section {position: sticky!important; top: 0px!important} html {scroll-behavior: smooth} </style> Edited March 1, 2023 by Flinx Link to comment
Solution Ziggy Posted March 1, 2023 Solution Share Posted March 1, 2023 Try this fixed code: <style> @media only screen and (min-width: 640px) { #page .page-section {position: sticky!important; top: 0px!important;} html {scroll-behavior: smooth;} } </style> It may be better to use a collection ID to target a page rather than using a code block for this. Page header code injection might be equally better. 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? Link to comment
Flinx Posted March 1, 2023 Author Share Posted March 1, 2023 YES! That did it! Thank you so much! Absolutely made my day 🙏🏼 Ziggy 1 Link to comment
Ziggy Posted March 1, 2023 Share Posted March 1, 2023 Just now, Flinx said: YES! That did it! Thank you so much! Absolutely made my day 🙏🏼 Very happy to help! 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? 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