PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

Dropdown menu or popup won't display on top despite z-index css

The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page please
If you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.

I try setting the z-index to '999!important' on every element for woocs (including the drop-down element), yet it is still displaying underneath other elements that have a z-index set to only '2' or '1'. Setting the z-index does nothing to position the currency dropdown/popup above other elements, I have tried everything, opening this ticket is my last resort. Has anyone else ever had this issue??

I am using elementor.

Hello

Please  drop  me  exact  link to  the  issue  I will  check  it

I finally figured it out! I will share my solution, hope it helps someone out there:

I am using elementor with the shortcode for this plugin in the header. I realized that the z-index was being ignored because the parent section had to have a position attribute set to relative in the css editor, something like this:

selector {
position: relative;
z-index:99;
}

Now everything undoubtedly stays on top. Yay!!

Happy coding,
PassionPen

Hello PassionPen

Great!  Thank you  for  cooperation!