DangDang Posted January 23 Posted January 23 (edited) I want to reduce the space before the footer on all of my pages. I tried several code snippets from similar threads but none of them have worked so far. Anyone knows if there is a specific case for my page? While editing, you can see that the section is quite spacious, and the grid doesn't start on top of the footer - meaning that I can't simply move the text upwards. Edited February 28 by DangDang
Ziggy Posted January 23 Posted January 23 The sections in the footer are very similar to the ones on the page. It looks like you have that footer section set to S and bottom aligned. If you go into the section settings you should be able to adjust these values. 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?
DangDang Posted January 23 Author Posted January 23 These are my current settings, but I've tried playing around with these and the problem is that no matter what settings I choose, the grid starts a bit down in the footer, which is what makes the space between the footer and the section above it so big.
Solution Ziggy Posted January 23 Solution Posted January 23 You're not wrong! It looks like you have some CSS that is negatively affecting this section: .page-section:nth-child(1) { padding-top: 130px !important; } Since the Footer has sections this will effect it too. tuanphan and DangDang 2 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?
DangDang Posted January 23 Author Posted January 23 @Ziggy Wow, that was it! That piece of code was needed before but is actually redundant now. Thank you! Ziggy 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment