Pinboard theme — drop-down menu bar not working on homepage with slideshow

Viewing 2 posts - 1 through 2 (of 2 total)
  • #19062
    baddog
    Participant

    We are using a child theme of Pinboard. The menubar is set up and works everywhere except on the homepage: http://rebeccabluestone.com/bluewp/

    The problem: as you roll over the parent link (ABOUT) the drop-downs will appear briefly but then disappear when trying to mouse down to the child links. It seems that the position of the slideshow sitting directly below the menubar is conflicting with its functionality..?

    Do you have suggestions how to solve this conflict?

    Thank you

    #19171
    Daniel Tara
    Keymaster

    Try adding this code to your custom CSS:

    #access {
    	position: relative;
    	z-index: 1;
    }
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.