AGPHOTO Posted October 13, 2023 Posted October 13, 2023 So I have unwanted vertical and horizontal scroll bars on my desktop website. I am not sure when/why they appeared but they cause my site to jump left and right/off centre when a viewer is using any touch pad scrolling or left and right keys to cycle through the images. Any ideas?
Ziggy Posted October 13, 2023 Posted October 13, 2023 Can you share your website URL? 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?
Ziggy Posted October 27, 2023 Posted October 27, 2023 Try this Custom CSS: #collection-5fea10b9865f1d394c16b273 { #canvas { overflow: hidden; } } 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?
AGPHOTO Posted October 31, 2023 Author Posted October 31, 2023 Hi, Thanks for your suggestion, unfortunately this didn't work. Any other ideas? Thanks
Ziggy Posted October 31, 2023 Posted October 31, 2023 Try with an !important: #collection-5fea10b9865f1d394c16b273 { #canvas { overflow: hidden !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! 📈 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?
AGPHOTO Posted November 2, 2023 Author Posted November 2, 2023 Perfect - that worked, thank you so much! Ziggy 1
AGPHOTO Posted January 23 Author Posted January 23 Hi Ziggy, I have just noticed that this issue was fixed using your code for the home page/over view page of my site. But the scroll bar issue is still happening for other pages on my site such as the travel pages. Is there a way to make this code apply to the full site/all pages? https://alexgale.co.uk/south-east-asia-2022 Thanks!
tuanphan Posted January 25 Posted January 25 On 1/23/2024 at 9:50 PM, AGPHOTO said: Hi Ziggy, I have just noticed that this issue was fixed using your code for the home page/over view page of my site. But the scroll bar issue is still happening for other pages on my site such as the travel pages. Is there a way to make this code apply to the full site/all pages? https://alexgale.co.uk/south-east-asia-2022 Thanks! Try this code body { overflow-x: hidden; } 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment