Okay
  Public Ticket #1205801
Unsightly white space below portfolio embed lightbox
Closed

Comments

  •  2
    mikehoteltango started the conversation

    Large white space that takes up a good portion of the screen below portfolio video embeds when the portfolio is set up to only show in lightbox mode. Including a mobile screenshot for reference.

    For some reason, this is also happening in various desktop browsers as well.

    I'm just quite confused why this is even happening since I've never seen this issue before...

  •  2,744
    Andrew replied

    Hi there,

    I hope you are having an awesome day and thanks for contacting us regarding your query.

    You may add this to the Custom CSS Code section located by navigating to Appearance>General Settings>CSS/Script Related>Custom CSS Code from your WordPress Dashboard 

    div.dark_rounded iframe {
        overflow-y: hidden;
        height: 339px!Important;
    } @media(max-width: 550px){
      div.dark_rounded iframe {
        overflow-y: hidden;
        height: 143px!Important;
    }
    }

    Please let me know if there are any more questions that I may answer for you

    Cheers!