if($(window).height() > 600) { $(window).scroll(function(){ if($(document).scrollTop() > 140) { $('.header-container').addClass('fixed'); } else { $('.header-container').removeClass('fixed'); } }); }
if($(window).height() > 600) { $(window).scroll(function(){ if($(document).scrollTop() > 140) { $('.header-container').addClass('fixed'); } else { $('.header-container').removeClass('fixed'); } }); }
Subscribe to get regular news and updates