After you've finished editing your website, please copy and paste the code into the code injection area. You can watch a quick tutorial here.

<script>

setTimeout(function () {

var edit = document.querySelector('.sqs-jacquard');

if(!edit && window.innerWidth > 767 ) {

const homeheader = document.querySelector('.homepage #header');

const firstSection = document.querySelector('.homepage #page .page-section:first-child');

firstSection.after(homeheader);

}

}, 100);

</script>