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

    Hallo zusammen,
    wie kann ich in Enfold das Menü in der mobilen Version dauerhaft sichtbar machen, bzw. wie bleibt das Menü beim scrollen sichtbar?
    Vielen Dank schon mal im Voraus für die Antwort.

    English?
    How can I make the menu in Enfold permanently visible in the mobile version, or how does the menu remain visible when scrolling?
    Thanks in advance for the answer.

    #1420368

    Hey OneOfMany,

    Thank you for the inquiry.

    We may need to inspect the site in order to provide the necessary modifications. Please provide the site URL in the private field.

    If you want the header to stick on scroll, please add this css code.

    @media only screen and (max-width: 767px) {
    
      /* Add your Mobile Styles here */
      .responsive #top #wrap_all #header {
        position: fixed !important;
      }
    }

    Best regards,
    Ismael

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