iPhone Gallery Issue

Discussion in 'Local Business WordPress Theme' started by mobilebusinessads, Aug 27, 2014.

  1. mobilebusinessads

    mobilebusinessads New Member

    Joined:
    Aug 9, 2013
    Messages:
    1
    Likes Received:
    0
    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!
     

    Attached Files:

  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    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
     

Share This Page