Menu in front of gallery images

Discussion in 'RoadFighter WordPress Theme' started by alclark2, Sep 24, 2013.

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

    alclark2 New Member

    Joined:
    May 9, 2013
    Messages:
    11
    Likes Received:
    0
    Hello,

    The site is www.greengenes.net, I finished and everything looks good except when I went to look at the galleries. I used NextGen plug to make the photo galleries. When I clock on a picture to loo at the slideshow, If it is near the top of the page, the picture is behind the menu bar. The picture should be in front of the menu bar like it is in front of the rest of the site. Here is a picture of it you can not see what I am talking about.

    also go here and click on the first picture to see
    http://www.greengenes.net/landscape/
     

    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:
    #fancybox-wrap {
    z-index: 99999!important;
    }
    This will solve your issue.
     
  3. meeresblick

    meeresblick New Member

    Joined:
    Nov 6, 2013
    Messages:
    9
    Likes Received:
    0
    Hello,

    I had the same issue and entered the code into custom.css but it didn't resolve the issue for me. www.meeresblick-mallorca.com

    Bernard
     
  4. 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.
     
  5. meeresblick

    meeresblick New Member

    Joined:
    Nov 6, 2013
    Messages:
    9
    Likes Received:
    0
    Thank you. That worked out great!
     
Thread Status:
Not open for further replies.

Share This Page