This topic has 14 replies, 5 voices, and was last updated 7 years, 3 months ago ago by Rose Tyler
I use 8theme with BIKE Demo. I have found one problem when I created the dropdown menu. It separate from the top menu. When I scroll down to click the dropdown menu, It’s disappear. How can I fix this ? Is it bug ? Pic
Hello,
put this css code in,
8theme options >> styling >> custom css >> global custom css
.menu-wrapper .menu > li:hover .nav-sublist-dropdown { top: 15px; }
Already done adding code and clear Cached and Cookie on web browsing. Noting change.
replace that with this code
.menu-wrapper .menu > li:hover .nav-sublist-dropdown { top: 15px !important; }
If I do what you tell me, It’s fine when I scroll to top of the web page. However, when I scroll down , the dropdown menu will overlay the top bar menu like this Screen Pic
to check this I need a dropdown menu in your site but it seems you removed the dropdown menu.
I already put it back. Please check and tell me how to fix it.
Hello,
To fix the fixed header drop-down add the following code
.fixed-header .menu-wrapper .menu > li:hover .nav-sublist-dropdown {
top: 62px !important;
}
Regards
Im having the same issue. When I hover over the link, the dropdown menu displays, when I got to click a submenu item, the dropdown menu disappears.
Please advise.
Hello, @triplestrength,
Please add this code in Theme Options > Custom css:
.menu-wrapper .menu > li:hover .nav-sublist-dropdown {
top: 50px !important;
}
Regards
Is it possible to have it not overlap the header?
You may change previous code to:
.fixed-header .nav-sublist-dropdown:before {
top: -40px !important;
}
.nav-sublist-dropdown:before {
top: -60px;
height: 70px;
}
Regards
perfect! thank you!
You’re welcome!
Regards
Tagged: dropdown menu, problem, themes, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up