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

    Hi,

    Sorry to bother you again, but I have another problem that I can’t solve.
    On mobile and tablet, the search bar is displayed above the menu when it is opened. This anomaly is not present on desktop. I tried several CSS codes (z-index) but nothing changes, can you help me?

    Capture d’écran 2025 04 18 à 12.48.21

    Thank you for your help,

    #1481697

    Hey sitadi,

    Thank you for the inquiry.

    Try to add this css code to adjust the z-index of the header container where the menu resides.

    @media only screen and (max-width: 768px) {
    
      /* Add your Mobile Styles here */
      .responsive #top #wrap_all #header_main>.container {
        z-index: 1000 !important;
        position: relative;
      }
    }

    Best regards,
    Ismael

    #1481725

    Hi Ismael,

    That’s great ! Thank you so much

    #1481803

    Hi,

    Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Burger menu display’ is closed to new replies.