Problem with my gallery page

Discussion in 'RoadFighter WordPress Theme' started by callebe, Jul 4, 2013.

Thread Status:
Not open for further replies.
  1. callebe

    callebe New Member

    Joined:
    May 25, 2013
    Messages:
    28
    Likes Received:
    0
    Hi,

    I have a gallery page on my website (http://ca4u.com.br/home/?page_id=368) and when i click on an image, it opens fine but my menu, my logo and my contact phone are visible and over the image.
    How can i change it so when i open the image everythings turns dark and only the picture stay visible?

    Observation: It only happens in smaller monitors, like notebook monitors, 17 inch monitors. When i see this on monitors with more than 20 inches it works fine. On tablet and phones its fine too.

    Sample screenshot attached.
     

    Attached Files:

  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    div.pp_pic_holder{
    z-index:99999;
    }
    This will solve your issue.
     
  3. callebe

    callebe New Member

    Joined:
    May 25, 2013
    Messages:
    28
    Likes Received:
    0
    Thanks a lot!
     
Thread Status:
Not open for further replies.

Share This Page