love the tweme.

i changed the navbar to navbar-fixed-top which is like 30px,
now when clicking on a scrollspy link it's 30px too low.

not sure how to correct it,
saw this https://github.com/twitter/bootstrap/issues/3316
but couldn't get that to work.

any ideas?
thanks!

Comments

dargente’s picture

one way to handle this

.scroll-adjust{
padding-top:40px;
margin-top:-40px;
}

pop that in your styling and set the div that class.

acj:http://stackoverflow.com/questions/9288482/how-do-i-set-the-offset-for-s...

anydigital’s picture

Thanks. Will add support for the fixed navbar in the nearest future.