alex_vamvakaris Posted April 18, 2022 Share Posted April 18, 2022 (edited) Site URL: https://www.aspiringdatascientist.net/community Hello, I have been trying to remove the white space at the bottom of my page but i cant seem to find a workaround (I have tried the suggestions from similar posts in the blog but they dont seem to work). The white space is not present in mobile nor in my laptop screen but when I use bigger screens it creeps in at the bottom of the page. Is there any way I can fix it? I have also tried adjusting Spacing (Site Styles --> Site Margin) but none of the values fix it. I am in version 7.1. My site is https://www.aspiringdatascientist.net/community and the code is 1989. Thanks in advance. Best, Alex Edited April 18, 2022 by alex_vamvakaris Link to comment
paul2009 Posted April 19, 2022 Share Posted April 19, 2022 (edited) 21 hours ago, alex_vamvakaris said: I have been trying to remove the white space at the bottom of my page It is "empty" space rather than "white" space and is because the page isn't very long. 🙂 Adding content to the end of the page such as a Spacer Block would make the page longer and avoid the empty area. However, if you want the length of the page to be fixed, you can only do this with some Custom CSS that fixes the height of the page, usually to 100% of the vertical height: height: 100vh!important; or min-height: 100vh!important; Was this post helpful? Please give feedback by clicking an icon below ⬇️ Edited April 19, 2022 by paul2009 About: Squarespace Circle Leader since 2017. I value honesty, transparency, diversity and great design ♥.Work: Squarespace Developer and founder of SF Digital, building the features Squarespace didn't include™. Content: Links in my posts may refer to SF Digital products or may be affiliate links. Catch up on all the release notes and announcements 2023 [for Circle members only]. There's a public version here too!If I helped, you can thank me by clicking one of the emojis below. If you prefer, you can buy me a coffee.Improve your online store with our extensions. Link to comment
alex_vamvakaris Posted April 19, 2022 Author Share Posted April 19, 2022 (edited) Hi Paul, Thank you for your reply. That did fix the issue for the higher resolution screens but my laptop screen (lower resolution) now does this wierd thing as you can see in the video below. Any way I can make it full screen - so no option to scroll up and down - for all or most screen resolutions or I am being too optimistic? 🙂 Also this fix has broken the mobile version of the page Data Science Project Guide — Aspiring Data Scientist - Google Chrome 2022-04-19 15-23-58.mp4 Edited April 19, 2022 by alex_vamvakaris Link to comment
abenay Posted July 17, 2022 Share Posted July 17, 2022 Hi, I'm having the same problem with my page- white space at the bottom. Squarespace customer support says this is because I don't have that much stuff on the page. I'd like to use the CSS fix Paul mentioned, but I'm unfamiliar for the most part with that process and I'm looking for some help. When I go into "Design" and then "Custom CSS," do I then just copy/paste "min-height: 100vh!important" onto the next line? Thanks! 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