The Grid displaying on top of dropdown

Good afternoon,

I have simple HTML dropdown (no java) in a global block. The dropdown itself goes under The Grid images making the impossible to use:

Please advise how to fix this

Thank you!

Hi There,

Seems you have the z-index issue in the drop-down. As I don’t have access to your website and can’t figure out on which website you have the issue from your license page.

Please try adding this CSS to your theme option -> CSS. remember you have to assign a class name to the drop-down menu.

.dropdown-class {
z-index: 99999 !important;
}

You can replace the class name.

If that doesn’t help please send us your URL so that we can have a look.

Thanks

Thank you for your quick reply,

I tried added the CSS and even though its being picked up - the same error is present.

url in secure note as its still in development

thank you!
Jason

Hi Jason,

Upon checking, I see that you’re using an older version of Pro theme (v2.2.5). The latest version is Pro (v2.3.8) as you can see here (https://theme.co/changelog/) and update your site accordingly (https://theme.co/apex/forum/t/setup-updating-your-themes-and-plugins/62).

Also you can see the latest X/Pro compatible plugin version numbers from here (https://theme.co/apex/forum/t/troubleshooting-version-compatibility/195) if you’re using any outdated plugins, please update them as well.

Finally, if you’re using a caching plugin, make sure to purge your server cache and also clear your browser cache before testing.

Let us know how it goes.
Thanks!

Thank you @mldarshana, I believe my problem is just with a little CSS tweek and not version numbers.

As there is quite a few plugins we have to make sure they all work with the correct version and currently v2.2.5 works fine. We are currently testing the later one.

@basanta I look forward to your thoughts on the CSS

Kind Regards,
Jason

Hi Jason,

Please add this CSS to your global block’s Element CSS

$el {
  
  z-index: 999;
  
}

That should do it :slight_smile:

Thanks!

You Rad are a genius thank you!!!

Jason

We are delighted to assist you with this.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.