• Vik05

    (@vik05)


    Meta Slider has begun to hide my primary drop down menu. Click here and hover over either of the drop down menus for an example.
    I’m using the standard wp menu under the appearance tab for menus. Should I get away from the wp standard wp menus?

    Hopefully somebody can explain to me how-to fix this.

    Thanks for your help!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Rajesh Gupta

    (@rajeshcvani)

    You can use z-index property for drop down menu like

    .main-navigation ul ul {
    	z-index: 99999;
    }

    Apply the property to appropriate selector. I have given you just an example.

    Thread Starter Vik05

    (@vik05)

    Thank you for your help Rajesh Gupta…

    I currently can’t fix this problem.
    I wasn’t able to find
    .main-navigation ul ul
    in my css

    Also I tried to apply z-index: 99999; to my

    .main-navigation ul {
    z-index: 99999;
    }
    …but it won’t do anything.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Meta Slider has hide my primary drop down menu.’ is closed to new replies.