• Resolved JerMohler

    (@jermohler)


    Okay folks,

    So, I’m using the Nextgen Gallery plugin on my site and for some reason, the drop down menu is showing up behind the gallery. I’m not sure if this is a theme issue, a wordpress issue, or some issue with the plugin. Either way, I’m not entirely sure how to go about resolving this – which CSS I might need to tweak.

    You can see here – https://emptyroomstudios.com/?page_id=59

    I would greatly appreciate any help with this!

    Thanks!

    Jeremy

Viewing 3 replies - 1 through 3 (of 3 total)
  • Try adding z-index:90; to:

    #nav ul {
    border-color:#E3E0D5 -moz-use-text-color -moz-use-text-color;
    border-right:0 none;
    border-style:solid none none;
    border-width:1px 0 0;
    font-weight:normal;
    height:auto;
    left:-999em;
    line-height:20px;
    position:absolute;
    width:151px;
    }

    in master.css.

    Thread Starter JerMohler

    (@jermohler)

    Thanks! That fixed it!

    Jer

    I’m having the same problem. Where do I find that section of code to add your fix?

    Thanks.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Drop-down menu behind gallery images…’ is closed to new replies.