FullWidth section on woocommerce shop page - kary4/divituts GitHub Wiki

Open up footer.php file and right after

<?php wp_footer(); ?>

add this code

<script>

jQuery( document ).ready(function() {

jQuery('.post-type-archive.post-type-archive-product .page-description .et_pb_section').prependTo('#main-content');

}); 

</script>

⚠️ **GitHub.com Fallback** ⚠️