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

    On my landing page, I want to have a full-page slider with a transparent header, and a sticky transparent socket. I’m using the following, but the full-page slider seems to sit on top of the socket:

    .page-id-734 #socket {
    position: fixed;
    background-color: rgba(255,255,255,0.2);
    bottom: 0;
    width: 100%;
    z-index: 1;
    }

    Thoughts?

    #714436

    Hey pbspence,

    Please try this instead:

    .page-id-734 #socket {
    position: fixed;
    background-color: rgba(255,255,255,0.2);
    bottom: 0;
    width: 100%;
    z-index: 10 !important;
    }

    Best regards,
    Rikard

    #714688

    Thank you! Why 10?

    #715080

    Hi,

    Not exactly sure why but it’s working, roll with it :-)

    Best regards,
    Rikard

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