Top Bar Flyout Menu hover overflow truncated
-
Hey there
I’m new at making websites and unfamiliar with their coding. I’ve been researching my issue and I think I’ve found the right terminology to describe the issue, but I still couldn’t find a solution online.
Some Background
I’m using OceanWP Theme, and have been customizing it. Only minor CSS code snippets have been applied. e.g. nolinkparent. All CSS code snippets were removed and the problem persisted.
I have plugins. e.g. Elementor, Max Mega Menu – All were disabled and the problem persisted.
To build the website, I have added multiple Template sections to each page using Elementor.
If I switch to another theme, the issue is gone, so the problem pertains to the way that I have set up the website or the Theme itself.
I also added a nolinkparent style element (via right click ‘inspect’)
“.nolinkparent > a {
cursor: default !important;
}”The issue
I have my Main menu set up in the Top Bar, and I am using Flyout menus.
The submenus are correctly visible when hovering over the Parent Title, and the cursor correctly does not display a link (the hand) and remains a pointer.
When hovering over the submenu Titles, the cursor correctly displays a link (the hand) but only does so while the hover is within the Top Bar container. once the mouse hover falls below the border of the Top Bar, the cursor reverts to a pointer and the submenu closes.
So in other words, the hover action is being truncated by the website content. There is no visibility issue, but a cursor issue.How can this be fixed so the hover persists beyond the bounds of the Top Bar container?
Thanks for your help
The page I need help with: [log in to see the link]
- The topic ‘Top Bar Flyout Menu hover overflow truncated’ is closed to new replies.