apartmentnine Posted November 6 Share Posted November 6 (edited) Hi there - as mentioned in the title, I'd like to remove the footer spacing entirely from the homepage (assuming this will do the same across all pages) and just have the video take up the entirety of the screen. I've tried various snippets of code found on the forum with no luck. Please assist, thank you!! https://www.5thstreetadvisors.com/ Edited November 6 by apartmentnine Forgot to add url Link to comment
Vigasan Posted November 6 Share Posted November 6 (edited) You can try this code, it's working when I test it. footer{ display: none !important; } .page-section.section-height--small:not(.content-collection):not(.gallery-section):not(.user-items-list-section) { min-height: 100vh !important; } Edited November 6 by Vigasan If an answer I provide helps you, please mark it as the answer so others can easily access it as well. I'm a Squarespace Authorized Trainer, Squarespace Expert, and Circle Member and I've been helping my clients as well as those here in the forum and in various Squarespace groups with custom coding and support for Squarespace websites. I would love to help you in any way I can. Squarespace Plugins | Book Live Help | Squarespace Video Tutorials | Buy Me a Coffee Link to comment
SaranyaDesigns Posted November 6 Share Posted November 6 (edited) @apartmentnine this should work, but be aware this will crop your background video depending on screensize, because you are forcing the height of the video, therefore video width will be forced wider than the page on smaller devices. Also, this code should JUST work on the homepage, which I assume is what you want, rather than all the pages? #collection-653fcfe2c8f9873da794a9a4 .page-section.full-bleed-section { min-height: 100vh; } Edited November 6 by SaranyaDesigns 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