Showing 1 – 1 of 1 replies
jessvergottini

How do I prevent the navbar header from […]

jessvergottini PURCHASED
5 years ago
Hello,

How do I prevent the navbar header from shrinking in height, including the logo, as you begin to scroll down the page?
fuviz
fuviz SELLER
5 years ago
Hi,

Just delete/comment out line 221 – 224 in the assets/js/scripts.js file.

// $(window).scroll(function () {
// if (cssBreakpoint('md') && !running) window.requestAnimationFrame(resizeHeader);
// running = true;
// });

Best regards,
Ben