Hi,
I have some adjustments to the regular menu items to get them closer to the main nav.
.av_header_transparency .av-main-nav ul {
top: 78%; /*was 75%*/
}
I already have this as well to make the sticky menu smaller on scroll that seems to be working well
#top .header-scrolled .container, #top .header-scrolled .main_menu ul:first-child > li > a, #top .header-scrolled #menu-item-shop .cart_dropdown_link.container.av-logo-container {
height: 40px !important;
line-height: 35px !important;
}
How do I get the mega menu of support the same height/distance from the main nav items so it matches the rest? Image and link in private section. Thanks! almost ready to roll out our new site!
Hey sump22,
The mega menu on transparent header seems to be a bit higher than the regular drop-down, do you want to make it lower? Or pull the regular dropdown higher?
Best regards,
Victoria
#top #header.av_header_transparency .avia_mega_div {
top: 75%;
z-index: -9999;
border-top: none;
}
Other thread used px and 75% works better here. Moved the Z index as well. Then removed top border so the extra black padding is just behind the letters that drop down. Should be good thanks. I should of searched move up mega menu.