• Resolved jtan99

    (@jtan99)


    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]

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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;
    }
    Thread Starter jtan99

    (@jtan99)

    Worked perfectly thank you so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Menu drop-down getting cut off’ is closed to new replies.