This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Mobile Menu z-index

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #35128
    thijsvdveer09thijsvdveer09
    Participant

    Hello,

    I have been working hours on trying to get my searchbar behind te mobile menu. I just can’t get it to work.
    Can you help me with the solution.

    Explenation:
    On mobile device, the AJAX PRO SEARCH bar needs to be behind the mobile slide menu.

    Regards,
    Thijs

    #35136
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi,

    Sure! It looks like, that this visual composer parent element is the problem, it has a z-index of 9. It is not a very specific element, so maybe try this custom CSS for it:

    .header-mobile>.container>.vc_row.wpb_row.vc_row-fluid {
        z-index: unset !important;
    }
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.