Archived topic
Not able to click over All the Sub-Menu Items when using "Hover"
3 replies · Started by Miguel on December 14, 2021
Hi GP Team, I hope you are great.
Let me explain the issue:
I'm using the GeneratePress Elements( Block-Right Sidebar), and the Sidebar is created with GenerateBlocks. In this sidebar I'm using the "Container Links" feature from GenerateBlocks PRO.
The problem is that when I try to make click over the "Second" or "Third" Sub-Menu Items, the "Navigation Dropdown" Menu dissapear. I assume this issue is caused because the "Container Links" focus have higher priority than the "Navigation Dropdown" Hover focus, or something like that.
You can easily See and Test the issue trying to make click over the "Second" or "Third" Sub-Menu Items at this URL -> https://playwp.xyz/
Thank you in advance for your kind help,
Miguel
Hi Miguel,
You are right, the container link has a high value in terms on z-index, you can try this CSS:
header#masthead {
z-index: 1001;
}
Let me know if this helps :)
Hi Ying,
Thank you so much. It works perfectly :)
No problem :)