Use this code to Code Injection – Footer
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.0/jquery.min.js"></script>
<script>
jQuery(document).ready(function($) {
$(".ProductItem-additional").appendTo(".ProductItem-gallery[data-product-gallery='container']");
});
</script>
<style>
.ProductItem-gallery {
flex-direction: column;
}
.ProductItem-gallery-slides {
width: 100%;
}
.ProductItem .ProductItem-additional {
width: 100%;
margin-top: 1vw;
}
</style>
Result:
