How can I show normal sub menu and sticky sub-menu to show in the same position?
Normal sub-menu is showing in middle. Sticky sub-menu is showing all left.
nav .main-nav .mega-menu > ul {
position: absolute;
width: 40%;
left: 500px !important;
}
This seems to work, but how to apply it only to sticky menu?