jquery - Incorrect padding when scrolled down -


the logo on page loses correct padding when scrolled down or up? here's site have :

element.style {     padding-top: 27px;     padding-bottom: 27px; } 

in scrollpage() function in script.js file comment or edit 0 values follow lines:

$('.navbar-brand').css({     'padding-top': 19 + "px",     'padding-bottom': 19 + "px" }); 

Comments

Popular posts from this blog

mongodb - Struggling to get ordered results from the last retrieved article, given array of elements to search in -

c# - Pausing a storyboard on TabItem mouse over -

c# - Attribute value in root node of xml Linq to XML -