Hello , As soon as we access the gallery page from an iPhone we get a small box with controls while trying to open any image. Please refer to the attached image and help us fix this issue. Thank You!
Hello, Use following CSS in Custom CSS to fix this problem. Code: @media only screen and (max-width: 480px) { div.light_square .pp_close { width: 22px; border-radius: 50%; background-position: -54px -1px; } } That will resolve your issue. Thanks & Regards Yogesh Bhade