Gallery Issue

Discussion in 'Andrina WordPress Theme' started by kaediem, Jan 27, 2013.

  1. kaediem

    kaediem New Member

    Joined:
    Nov 8, 2012
    Messages:
    2
    Likes Received:
    0
    Hi, upon viewing my images in the gallery, you can see 'through' them to the menu behind the image and even click on the menu items. Please advise.

    photographsinmotion.ca

    Lisa
     
  2. kaediem

    kaediem New Member

    Joined:
    Nov 8, 2012
    Messages:
    2
    Likes Received:
    0
    Ok, I got it working by making the gallery pages sub pages of something else but I'd still like to know why just making a gallery page does this
     
  3. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #menu {
    z-index: 90;
    }
    #frame {
    z-index: 89;}
    It will resolve gallery issue.
     

Share This Page