muktoapb
10/22/2019 - 9:56 AM

varialble height

setInterval(function () {
            var topp = $('.header_area').outerHeight() - 50;
           console.log(topp);
           
            $('#header_paddig').css('height', topp);
       }, 2000);