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.

Reply To: Issue with submenu hovering

Home Forums Older releases 0.9.x Issue with submenu hovering Reply To: Issue with submenu hovering

#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!