Start a new discussion

To start a new discussion please visit the discussions section of the GitHub home page of the project.

Discussions on GitHub

You can also search our old self-hosted forums for any useful information below but please note that posting new content here is not possible any more.

Issue with submenu hovering

Home Forums Older releases 0.9.x Issue with submenu hovering

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2264
    bacosta
    Participant

    I’m using the smartmenus which works fine but the issue I’m having an issue when I rollover the main navigation – the submenu links appear automatically underneath the main dropdown menu. I have a link below – as soon as the page loads > hover over Celebrations and you will see the issue.

    http://dev.colincowie.com/philanthropy/

    #2265
    admin
    Keymaster

    In the following file:

    http://dev.colincowie.com/assets/bootstrap/css/bootstrap.css

    starting at line 4297 you have the following rule:

    .nav > li:hover ul {
      display: block;
    }

    This rule is not part of the original Bootstrap CSS (even for v3.0.0 that you seem to be using) and I am not sure why it’s there for you, but basically you will need to remove it and it should all work fine.

    Cheers!

    #2266
    bacosta
    Participant

    Thank you so much,

    all this time I thought a javascript issue. This really helped a lot.

    #2267
    admin
    Keymaster

    Np, glad I could help! 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The forum ‘0.9.x’ is closed to new topics and replies.