Problems with dropdown nav and slider

Hello and thank you for this theme.

I have a dropdown nav that falls all the way over the main page slider and below it. When I try to select the bottom two options in the nav (which run below the slider), I am not allowed to select them.

To see my problem, please select “Homeowner Links”, “Meeting Minutes”, then “Dec 2015”

http://steeplechase.blue-door-designs.com/

Can you help?
Thank you.

Hi @jjhinton,

I hope you are well today and thanks for posting here.

To resolve the issue try adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Travelify Other Options

#main-nav ul.sub-menu {
    z-index: 999999;
}

Best Regards,
Movin

Fantastic! It works like a charm.
Thanks,
Julie

You are most welcome here :slight_smile: