Home Forums Support CSS Help

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #775364
    David

    Hello

    I’m having a CSS problem that is driving me mad, and I was hoping someone could help…

    On this page I have a 2 flex sliders, and on top I am try to say Before and After in a blue box, that needs to sit on top of the flex slider, but I can’t work out how to move it above!

    http://185.20.51.60/~beautifulpropert/casestudies/test-5/

    Tried z-index etc, but no luck. Any ideas??

    Thanks
    Dave

    #775383
    David
    Staff
    Customer Support

    Hi there,

    the elements need to be relatively positioned so something like this:

    .imgcaption-casestudy {
        position: relative;
        z-index: 3;    
    }
    #775410
    David

    Brilliant, thank you so much 🙂

    #775418
    David
    Staff
    Customer Support

    You’re welcome

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