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.

HalianRonaldo

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Dropdown not working with other nav bar #9191
    HalianRonaldo
    Participant

    I was facing the same issue on my site https://essays.uk. You can use the following and I think it’ll help you.

    <ul class="navbar-nav">
      <li class="nav-item dropdown">
        <a href="#">Dropdown</a>
        <ul class="dropdown-menu">
          <li><a href="#">Link</a></li>
        </ul>
      </li>
    </ul>
Viewing 1 post (of 1 total)