The product image goes at the bottom of the page in a loghtbox

  • peturrp
    Asked on April 8, 2019 at 10:48 AM
    Hi again,
    When you click on an image on the order form it opens up in lightbox.
    The image is far below the viewport – how can I adjust that the lighbox image show the image at the top of the lightbox?
    https://epliogco.webflow.io/panta
    Reg.
    Petur
  • roneet
    Replied on April 8, 2019 at 10:51 AM

    Please inject the following CSS code in your website:

    .overlay-content {
     top: 15%;
    }

    Do let us know how it goes.

    Thanks.