salcode/bootstrap-genesis

navbar is not static

Closed this issue · 4 comments

Genesis 2.5.2
Bootstrapped Genesis 0.8.2

navbar-static-top is present in the source but the navbar is not sticky: the navbar scrolls with the page when the page is scrolled.

Hi Clinton,

You're correct the default nav for this theme is not sticky, which is the behavior of Bootstrap's static nav. See http://getbootstrap.com/examples/navbar-static-top/

You may have noticed my personal site, https://salferrarello.com/ does have a fixed (a.k.a. sticky) nav. I added this behavior using additional code which I've made available at https://github.com/salcode/bootstrap-genesis-fixed-nav.

I hope that helps. Have a great rest of your weekend.

Gross oversight on my part. Pun intended, the additional code "fixes" my ignorance.

Ha ha, no worries. I'm glad you got it sorted.

By the way, if you add your site to the list of sites using Bootstrap Genesis in the Wiki, it would be great to see more sites listed. 😀