• Resolved hrdelia

    (@hrdelia)


    https://www.aspireyogacenter.com

    The first item in each drop down menu doesn’t work properly on a desktop {Studio Guidelines, Class descriptions, and Directions} and can’t figure out how to fix it.

    If I hover over the 1st item, it won’t highlight or click to that page (it’ll go to the main navigation page). If I move the mouse over the next item in the menu it will highlight and then I can go back to the first item and it’ll work.

    Any ideas on how to resolve this problem?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Try adding this to your child theme style.css file:

    #menu-menu-1 li a {
    	position: relative;
    	z-index: 1;
    }

    Thread Starter hrdelia

    (@hrdelia)

    THANK YOU, THANK YOU, THANK YOU, Andrew!!!!!!!!

    I’ve been searching for days and in a matter of seconds you fixed the issue. I can’t tell you how much I appreciate you providing an answer to this issue!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    That’s okay, these types of issues are fun

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Strange drop-down menu issue’ is closed to new replies.