27web Posted February 21 Share Posted February 21 Hi guys! I think I need help with my site. I added a video with a fixed position to my home page. The footer is also fixed and reveals as you scroll down. So far so good, but when you scroll down, the fixed video shows up in front of the footer. Is there a simple solution to hide the video in the footer section? Thank you in advance!https://circle-mushroom-aptx.squarespace.com/ PW:27km Link to comment
Beyondspace Posted February 22 Share Posted February 22 On 2/21/2023 at 8:31 PM, 27web said: Hi guys! I think I need help with my site. I added a video with a fixed position to my home page. The footer is also fixed and reveals as you scroll down. So far so good, but when you scroll down, the fixed video shows up in front of the footer. Is there a simple solution to hide the video in the footer section? Thank you in advance!https://circle-mushroom-aptx.squarespace.com/ PW:27km You can try adding to Home > Design > Custom css @media only screen and (min-width: 768px) { body:not(.sqs-edit-mode-active) #footer-sections { z-index: 9; position: relative; } } Support me by pressing 👍 or marking as solution if this useful for you Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
Beyondspace Posted February 22 Share Posted February 22 My testing Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
27web Posted February 27 Author Share Posted February 27 @Beyondspace thank you! That will keep the video behind the footer sections, but then you also lose the fixed footer, which reveals beneath the page margin. Is there a way to show the video only in the first section of the page? 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