AnnaRadzicki Posted September 6 Share Posted September 6 Site URL: https://www.kalglo.com/shop/p/hs-1208rs I am looking to see if there is anyway to take this image (which is currently uploaded into additional information ) and have it underneath the product gallery photos? If not, then is there anyway to get it below the add to cart button ? Link to comment
tuanphan Posted September 10 Share Posted September 10 Use this code to Last Line in Code Injection > Footer <script> jQuery(document).ready(function($) { $(".ProductItem-additional .image-block").appendTo(".ProductItem-gallery[data-product-gallery='container']"); }); </script> <style> .ProductItem-gallery { flex-direction: column !important; } .ProductItem-gallery-slides { width: 100%; } .ProductItem .ProductItem-additional { width: 100%; margin-top: 1vw; } </style> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment