bff Posted April 30, 2020 Share Posted April 30, 2020 Site URL: https://biancafuscafilms.com/home I've embedded a Vimeo video at the top of a page on my website. I've set the video to autoplay and everything seems fine except that it's covering the navigation dropdown menu and I can't figure out how to fix it. Is there a way to stop the dropdown menu from being hidden behind the video? The webpage is https://biancafuscafilms.com/home. Link to comment
tuanphan Posted April 30, 2020 Share Posted April 30, 2020 Add to Home > Design > Custom CSS div#pageWrapper { position: relative; z-index: 10; } .subnav { z-index: 9999 !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
bff Posted May 4, 2020 Author Share Posted May 4, 2020 Thank you! I actually fixed it by adding this to Custom CSS div#navigation{ position:relative; z-index:50; } div#mainContent{ position:relative; z-index:30; } Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.