Okay
  Public Ticket #1425749
Lightbox Misplacement
Closed

Comments

  • edschroer started the conversation

    Hello,

    For some reason when someone clicks on a video in my portfolio it opens the lightbox way down on the page so the user has to scroll down to find the video. Before I updated it was popping up right where they clicked. Please let me know what I need to do to fix this. Thank you.

  •  9,016
    Tahir replied

    Hey Again,

    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .mfp-wrap{
        height: 100vh !important;
    }

    Thanks


    ThemeNectar Support Team