Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1163342

    Please see my URL below.

    On the page; if you scroll to the image that has a red play button saying “Biosphere”. You will note the video lightbox appears when clicked but to there seems to be another window in the slide of the full webpage (if you move it left)? It’s almost like my webpage is in the second light box.

    Could you please advise why and advise a fix? Credentials in the box below! 🙂

    #1163344
    This reply has been marked as private.
    #1163517

    Jade
    Moderator

    Hi there,

    You can add this under Custom > CSS in the Customizer.

    .ilightbox-holder.ilightbox-next, 
    .ilightbox-holder.ilightbox-prev {
        display: none !important;
    }

    Hope this helps.