Buy me a coffee

Move Footer to top of page

Add this code to the Code Injection – Footer and click Save

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script>
<script>
$(document).ready(function(){
    $('footer.sections').insertBefore('header#header');
});
</script>
<style>
footer.sections .content-wrapper {
    padding-top: 30px;
    padding-bottom: 0 !important;
}
header#header {
    position: relative !important;
}
</style>

Move Footer To The Top Of The Page Min

And you will have

Move Footer To The Top Of The Page 02 Min

If you want to make the code run on One Page only, you can add code to Individual Page Header Code Injection