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>
And you will have
If you want to make the code run on One Page only, you can add code to Individual Page Header Code Injection