Why isn't my dropdown menu clickable on my announcement bar?

I have this problem that my dropdown menu on my announcementbar, all the links inside of the dropdown menu aren’t clickable. Can anyone help me. Site bit.ly/gochargerzz

Hi @gochargerzz ,

This is Victor from PageFly - Shopify Page Builder App.

I have checked on your page and found the reason for the issue is that Weglot switcher has overlapped your menu. To fix this, please follow my instructions:

Step 1 : Online Stores > More action > edit code > find base.css

Step 2 : Paste this code at the end of the file

.weglot-container {
    z-index:1 !important ;
}

details[open]>.header__submenu {
        z-index: 99999;
}

Hope this can help you solve the issue.

Best regards,

Victor | PageFly