RDC Posted January 8 Share Posted January 8 Hey there! I'm having an issue with the mobile menu hiding behind the footer on my site: https://penguin-marigold-6tge.squarespace.com/ PW: Rc123 I've used the codes below to create fixed backgrounds, and keep the footer appearing above those fixed sections, but now the mobile menu falls behind the footer. Codes used: section[data-section-id="646c081602860a78d1116c47"] .section-background { position: fixed; scale: 100%; } /* Fix footer */ footer#footer-sections { position: relative; z-index: 9999999999; } Any help is greatly appreciated - thank you in advance! Robyn Link to comment
tuanphan Posted January 10 Share Posted January 10 I still don't quite understand. Mobile menu show this. What should it look like? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
RDC Posted January 10 Author Share Posted January 10 Hey, thanks for looking! So when you scroll down to the footer of a page and try to open the menu, the menu content sit behind the footer (see screenshots), so I was wondering if there's a way to make sure the mobile menu sits above the footer so it remains visible? Link to comment
Solution tuanphan Posted January 13 Solution Share Posted January 13 Don't remove any code in your current code. Add this to Custom CSS box body.header--menu-open footer#footer-sections { z-index: 1 !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) 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