Home › Support Forums › Theme Support › Pinboard › Drop-Down Menu behind slider › Reply To: Drop-Down Menu behind slider
tam0507
Participant
By some reason, menu bar was not worked correctly. I fixed this issue by adding a small CSS in Custom CSS of this theme (in Admin console, go to Appearance > Theme Options > tab Layout > Custom CSS)
Add the following code:
#access {
z-index: 3;
}
This is a treat to overcome this issue. Hope it work for you.