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

z-index

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #10239
    boussobousso
    Participant

    my friend hello, how can I give some z-index to carrusell or any results? I can´t find , thank you

    #10251
    Ernest MarcinkoErnest Marcinko
    Keymaster

    Hi!

    For z-index changes there is no option, I recommend using a custom CSS instead, it’s more effective.

    If you want to increase the z-index of the whole results box, use this:

    [html]div[id*=ajaxsearchprores] {
    z-index: 9999999 !important;
    }[/html]

    Change the number to whatever you need.

    #10252
    boussobousso
    Participant

    excellent thank you !!!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘z-index’ is closed to new replies.