theproper Posted September 20, 2023 Share Posted September 20, 2023 Hi, I've added a logo load/ logo animation video to the start of my homepage. Upon adding this, I've been experiencing some weird padding/ margin issues & a weird overflow/ empty scrolling on this page specifically. I can't seem to get rid of it. I've just tried: html, body { overflow-x: hidden; } but this doesn't seem to work. Please help 😧 Link to comment
Ziggy Posted September 20, 2023 Share Posted September 20, 2023 Can you share your website URL and site wide password if it's not live? https://squarefortytwo.com/squarespace-guides/add-a-site-wide-password-to-your-squarespace-website 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
Ziggy Posted September 20, 2023 Share Posted September 20, 2023 Can you share the CSS you've added, I'm not sure where the overflow is coming from. 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
Ziggy Posted September 20, 2023 Share Posted September 20, 2023 You have a lot of absolute top/bottom values, I would try commenting all of those out and seeing how that effects it. I can't say for sure what will have a positive/negative impact. 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
theproper Posted September 20, 2023 Author Share Posted September 20, 2023 So I fixed the overflow using this on specific pages body { overflow-y: hidden; } However, there's still a weird margin/ bar on the top that I can't seem to get rid of. I was able to fix the bottom margin and cover that using actually one of the codes you sent to someone ages ago 😅 #collection-65041c8b6b144c5e59560295 { #footer-sections { display:none; } .page-section { height:100vh; overflow:hidden; } } Any idea what the extra padding/ margin there might be? Thank you so much for your help! Link to comment
Ziggy Posted September 20, 2023 Share Posted September 20, 2023 5 minutes ago, theproper said: Any idea what the extra padding/ margin there might be? I can't find any overflow when I look. 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
theproper Posted September 20, 2023 Author Share Posted September 20, 2023 (edited) Oh sorry I'm not quite sure what it's called but this is what it looks like That weird bar on the top of the page. I've tried toying around with the other values as well, doesn't seem to have any effect on this. Edited September 20, 2023 by theproper Link to comment
theproper Posted September 20, 2023 Author Share Posted September 20, 2023 I’ve figured it out! Added in: .page-section { position: unset; display: flex; } it seemed to work! Thank you so much for your help Ziggy! 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