Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1341510

    Hi dear Kriesi-team,

    I want to have my burger menu and my search icon to be always fixed at the same time, while the user is scrolling. I got this code from you:

    #avia-menu {
    display: flex;
    flex-direction: column-reverse;
    }
    @media only screen and (max-width: 990px) {
    #top #menu-item-search {
    margin-top: -30px;
    }
    }

    I tried to add this
    position: fixed;

    but than this happens:

    View post on imgur.com

    How could dI make it sticky again, without destroy the progress on the menu?

    Thank you very much

    Best,
    Veronika

    #1341565

    Hi Veronika,

    You can make it stick on top, if you enable Sticky Header in Enfold > Header > Header Behavior.
    Hope this helps.

    Best regards,
    Nikko

    #1341649

    Hi Nikko,

    thanks it helped

    best,
    Veronika

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘sticky burger menu’ is closed to new replies.