Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #264881

    I am trying to place something – (anything!) in a higher z-index than a Layer Slider – is this possible?

    • This topic was modified 9 years, 10 months ago by martinbelton.
    #264952

    I can paste my URL if that helps to see the problem…

    #265025

    Hi!

    It’s possible, what have you done so far?

    Maybe a color section with an ID and some CSS:

    #colorsection{
    position: relative;
    z-index: 10000;
    }

    Cheers!
    Josue

    #265238

    Can’t get that to work I’m afraid:(

    …So just to clarify, it is possible for a transparent color section with some text in it to float on top of a layer slider?

    #265711

    Hi!

    Thank you for the update.

    Yes, it is possible. The color section next to the layer slider should have the id av_section_1 but of course you can set a unique id for that color section if you want so this should work:

    div#av_section_1 {
    z-index: 2;
    margin-top: -300px;
    position: relative;
    background-color: transparent !important;
    border: none !important;
    }

    Please post the website url here if the solution above doesn’t work.

    Best regards,
    Ismael

    #932626

    Hello !!!
    I’m having troubles to fix z-indez

    I have a dropdown just above a photo, when it is selected it remains behind
    picture z-indez: 10
    dropdown z-indez: 999
    I do not understand

    #932858

    Hi,

    It should be z-index, can you give us a link to your site? so we can take a closer look and check the issue.

    Best regards,
    Nikko

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.