Sticky Menu Bugs
First of all, your menu is great - looks great, and the sticky option is very nice as you scroll down the page.
However, I'm finding that as I scroll down the page on my website, this sticky menu creates problems for animations or mouse-overs near the menu. Please see this page: http://oakvillecounselling.com/01oc/sticky-menu-bugs-example/
If you scroll halfway down the page, the one or two buttons directly below the menu don't have the mouse over animation. I suspect this is because of the additional css I am using (it appears that roughly 170 pixels below the menu doesn't work for animations):
#Top_bar .logo { border: 0px solid #000 !important;
height: 170px;
}
.header-stack #Top_bar { border: 0px solid #fff000 !important; }
body.header-stack:not(.template-slider) #Header { min-height: 158px; }
body { padding-top: 0 !important; }
.header-stack.header-center #Top_bar .logo { text-align: left !important; }
#Header .menu > li { display: inline-block; float: none;}
#Top_bar .menu_wrapper { text-align: center; width: 100%; }
#Top_bar .top_bar_left { width: 100% !important; }
.header-stack #Top_bar .top_bar_right { display: none; }
#Top_bar.is-sticky .menu > li:not(.mfn-megamenu-parent) { top: -170px; }
Please help provide a solution so that the mouse-over links below the menu work!
Comments
we are not sure which css is the problem so you must remove them one by one and check when it will start working properly.
Please remove below things from custom css: And then please add below css: But if above solution somehow won`t help, then we have no other solution for you.
Thanks for understanding!