Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #903998

    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!

    #904096

    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

    #904099

    #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.

    #904655

    Hi,

    Glad that you figured it out. Please feel free to open a new thread if you need anything else. :)

    Best regards,
    Ismael

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.