Dropdown alignment issue
-
Whenever I hover over the Menu Bar, the drop down menu slides down. However as you can see the drop down window appears to align differently on each of the Menu items.
Originally, the drop down window opens right below the corresponding menu item header. So I added
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
z-index: 999;
right: -722px !important;
}#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > ul.mega-sub-menu, #mega-menu-wrap-primary #mega-menu-primary li.mega-menu-flyout li.mega-menu-item ul.mega-sub-menu {
right: -662px !important;
margin-top: 0px !important;
}}By adding this, it resulted what you see now on my website. What do I do to fix the alignment issues so that all of them align exactly the same if I hover down?
- The topic ‘Dropdown alignment issue’ is closed to new replies.