Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #369702

    Help! I am not sure what I may have changed, but now the drop down sub-items on my main menu now show up much lower than they did before. Have you seen this before and/or can assist in correcting? Site listed below.

    Much thanks!
    Brent

    #369704

    Hi brentd99!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .av-main-nav ul { top: 77%; }

    Best regards,
    Yigit

    #369725
    This reply has been marked as private.
    #369727

    Hey!

    That is actually expected behaviour. Menu fx (small border at the bottom) appears higher on transparent headers while dropdown menu positions are set to default header height.
    Please use following code instead

    .av_header_transparency ul.sub-menu {
    top: 77%;
    }
    .av_header_transparency .avia_mega_div {
    top: 75%!important;
    }

    Best regards,
    Yigit

    #369734

    Brilliant! The only other issue is there is a white line that shows up briefly and then looks like it is replaced with the top border of the dropdown menu. Is there a way to hide this?

    Thanks to you and the Kriesi team for always awesome and quick support!
    Brent

    #369749

    Hey!

    Please add following code to Quick CSS as well

    #top .header_color.av_header_transparency .avia-menu-fx {
    background: #2997ab;
    }

    Regards,
    Yigit

    #369757

    Awesome, thanks Yigit!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Menu sub items lower’ is closed to new replies.