Mobile Menu z-index

This topic contains 1 reply, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 2 years, 6 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #35128
    thijsvdveer09
    thijsvdveer09
    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 Marcinko
    Ernest 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;
    }
    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.