Home Forums WoodMart support forum 360 View, Light Box Not Closing

360 View, Light Box Not Closing

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #284960

    shawnxign
    Participant

    Hi I uploaded images for my 360 view, but when I open up the lightbox and rotate the photos by dragging my mouse across the photos. I find that I cannot close the lightbox by clicking outside of the lightbox on the left or right?

    #284975

    Bogdan Donovan
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .product-360-view-wrapper {
        overflow: hidden;
        max-width: 800px;
        margin: 0 auto;
    }

    Kind Regards

Viewing 2 posts - 1 through 2 (of 2 total)