27web Posted February 21, 2023 Share Posted February 21, 2023 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, 2023 Share Posted February 22, 2023 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 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, 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, 2023 Share Posted February 22, 2023 My testing BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, 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, 2023 Author Share Posted February 27, 2023 @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