z-index

This topic contains 2 replies, has 2 voices, and was last updated by bousso bousso 7 years, 7 months ago.

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

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

    #10251
    Ernest Marcinko
    Ernest 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:

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

    Change the number to whatever you need.

    Best,
    Ernest Marcinko

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


    #10252
    bousso
    bousso
    Participant

    excellent thank you !!!

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

The topic ‘z-index’ is closed to new replies.