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

    Hi guys, how are you doing?!

    I need to do this on Mobile viewport:
    1. User scrolls down – header and menu button scrolls out of view
    2. When user scrolls *back up* – the header reappears
    3. User can now either scroll down again, and header will scroll out of view.
    4. OR user can select menu and tap through to another part of the site.

    Appreciate you assistance

    Have a great day!
    Santiago

    • This topic was modified 1 year, 9 months ago by enfold.
    #1398361

    Hey Santiago,

    Out of the box, this is not possible. Mike has recommended a solution to another user here: https://kriesi.at/support/topic/make-menu-reappear-on-mobile-when-scrolling-up/#post-1341497 but I have not tested it. Please feel free to check if it works for you.

    Best regards,
    Yigit

    #1398677

    Ok thanks. So, how can I do to maintain the mobile menu visible when scroll down?

    Regards

    #1398682

    Hi,
    To show the mobile header, logo and burger menu when scrolling down try this css:

    @media only screen and (max-width: 767px) {
      .responsive #top #wrap_all #header {
        position: fixed;
      }
    }

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

    Best regards,
    Mike

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