# How to restore the Bootstrap nav [walkthrough]

**URL:** https://discourse.roots.io/t/how-to-restore-the-bootstrap-nav-walkthrough/3657
**Category:** sage
**Created:** 2015-05-01T16:02:15Z
**Posts:** 59
**Showing post:** 50 of 59

## Post 50 by @smutek — 2017-05-19T17:48:42Z

I recently put this together and have been meaning to share it here. It’s based on Soils clean nav and Michael Romero’s Sageextras plugin.

Basic output looks like:

```
- ul id="menu-main" class="navbar-nav mr-auto"
  - li class="nav-item menu-item menu-page-1"
    - a class="nav-link"
```

It also supports drop downs.

Setup should be pretty self explanatory, but I’m going to update my original post, or make a new one, this weekend. In the mean-time, header markup and instructions are in the full gist. Hope this is helpful.

> <https://gist.github.com/smutek/cd95c8bc4f1db70ee1eda2740bfbf6fd>

---

_[View the full topic](https://discourse.roots.io/t/how-to-restore-the-bootstrap-nav-walkthrough/3657)._
