<script type="text/javascript">
$(document).ready(function () {
$(window).scroll(function() {
if ($(this).scrollTop() > 10){
$('.et_pb_section_0_tb_header, #et-main-area').addClass("stickyheader");
}
else{
$('.et_pb_section_0_tb_header, #et-main-area').removeClass("stickyheader");
}
});
});
</script>
css
.stickyheader .et_pb_row_1_tb_header{ display:none;}
.stickyheader .et_pb_row_0_tb_header.et_pb_row{padding-top:0!important; top:0!important;}
.stickyheader .et_pb_image_0_tb_header {top:12px;}
#et-main-area.stickyheader .et_pb_section_0_tb_body,
#et-main-area.stickyheader .et_pb_section_1_tb_body{top:100px;}