$(document).ready(function() { var navbarHeight = $(".navbar-collapse.collapse").height(); $("html").css("scroll-padding-top", navbarHeight); });