Support
Support » Fixing WordPress » Menu drop-down getting cut off
(@jtan99)
2 years, 10 months ago
I’ve recently installed the Elementor plugin to build this new page but the menu drop-downs are being cut off and appearing behind the header image.
https://www.silect.com/mpu-home-page/
I’m not super skilled at code so if someone could guide me on how and where to fix this that would be great!
Thank you!
The page I need help with: [log in to see the link]
(@supporthero)
Add this inside Customizer to Additional CSS section, should fix your menu issue:
body header.banner .header-bottom .nav-primary ul li ul.children, body header.banner .header-bottom .nav-primary ul li ul.sub-menu { z-index: 99999; }
Worked perfectly thank you so much!