When an item is added to my cart, the woocommerce mini checkout displays behind the main nav on hover. See here: http://staging.eyemagic.net/
I know I need to use z-index, but I dont know the name of the element. Can you help?
Thanks!
Dave
Hi Dave!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
#header_main_alternate { z-index: 1; }
Best regards,
Yigit
Thanks Yigit :) Worked perfectly!
Actually Yigit, now the Order Now button can’t be clicked…
Hey!
Please add following code to Quick CSS to move the cart icon lower
.cart_dropdown { top: 165%; }
I believe that is the only way to use both button and cart dropdown without having z-index issues
Best regards,
Yigit
Hmmm…moved it really far down and Order Now button still isn’t clickable
Hi!
And please remove the code i posted here – https://kriesi.at/support/topic/woocommerce-widget-displays-behind-nav-menu-yigit/#post-294363
Best regards,
Yigit
Excellent thank you!