
passion2market(@passion2market)
2 Posts
Customers
Quote from passion2market on March 9, 2021, 09:39
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.
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.

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on March 9, 2021, 13:46
Hello
Please drop me exact link to the issue I will check it
Hello
Please drop me exact link to the issue I will check it

passion2market(@passion2market)
2 PostsTopic Author
Customers
Quote from passion2market on March 10, 2021, 14:34
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
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

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on March 11, 2021, 11:03
Hello PassionPen
Great! Thank you for cooperation!
Hello PassionPen
Great! Thank you for cooperation!