Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1303401

    I set my menu to center vertical align:

    nav.main_menu {
    top: 50%;
    }

    But when I scroll, the menu is not in the header anymore, but overlaps the page.

    #1303681

    Hey byallmeans,

    Could you post a link to where we can see the results you are getting please?

    Best regards,
    Rikard

    #1303717
    This reply has been marked as private.
    #1304295

    Hi,
    Thank you for your patience and the link to your site, I believe the issue is that when your page is scrolled and the header shrinks the nav is not adjusted to match, please try this css to correct, in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top #header.header-scrolled #header_main > .container .main_menu .avia-menu {
        top: 5px;
    }

    After applying the css, please clear your browser cache and check.

    Best regards,
    Mike

    #1304401
    This reply has been marked as private.
    #1304402

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/

    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Enjoy the rest of your day!

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Vertical align menu – scrolling problem’ is closed to new replies.