• If you look at the menu on my websiite the drop down menu (Ontario ->Fort Erie ->Friendship Trail) cannot be accessed due to the requirement of the hover to be present to access the link. How can I change the position of the Friendship Trail link to be aligned with Fort Erie rather than moving to the top of the menu?

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m not exactly sure why this is happening, but I wrote a little bit of code to fix it. It’s a bit hacky, but it works.

    First, use a plugin like Simple Custom CSS to add custom CSS code to your site without modifying your theme files. Then add the following:

    nav.primary-navigation > ul > li ul ul {
        top: auto;
        margin-top: -31.7667px;
    }
    Thread Starter curbyouradventurism

    (@curbyouradventurism)

    Thank you, that worked perfectly and was very easy!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Menu drop-down option position’ is closed to new replies.