To disable or modify the call for the sticky header, in your scripts.js file, find and update the following code:
Code:
// ---- On scroll, fix the header to the top ---- //
if (document.location.protocol !== 'https:' && $(window).innerWidth() > 768) {
$('#js-header').stuck();
}
Leave a comment: