Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #978354

    Dear Enfold-Team,
    on the mobile version of our website, the burger menu is shown at the beginning, but disappears by scrolling down. On the desktop it is just the other way round – it appears by scrolling down. I prefer the desktop version. What can I do?
    Thanks in advance,
    best regards
    Jonna

    #978391

    Hey jonna_gaertner,
    To have the mobile menu show after scroll, try this code in the General Styling > Quick CSS field:

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

    Best regards,
    Mike

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