Viewing 4 reply threads
You must be logged in to reply to this topic.
Hello,
If you move the mouse (slowly) in the menu area form ‘home’ to ‘proint’ you see the submenu; if want to select one of the sub-menu items, the sub-menu disappears! It’s like a game “try to click on a submenu”… :-)
Any idea how to fix this?
Thanks in advance. Best regards.
Hello,
This happens because the sub-menu is not high enough. You can fix this by adding this code into your custom css box:
.header_8 nav .menu > li > ul.sub-menu {
top: 101% !important;
}
Let us know.
Kind regards!
Hello,
I added the code at General Options > Custom Css Box and it’s working as it should. Please clear cache and refresh pages.
Best regards!
You must be logged in to reply to this topic.