glorea Posted March 30, 2022 Share Posted March 30, 2022 (edited) Site URL: https://www.gohsh.com Hi! I'm trying to move the accordion text under the 'add to cart' button. Can someone help? thank you in advance!! I also want to move the PRODUCT title to like up with the top of the image on the left. Last time someone gave me the coding for it...and it worked but now it doesn't seem to be lining up anymore. This was the coding that was given to me last time that doesn't work anymore. .tweak-product-basic-item-content-alignment-top .ProductItem-details, .tweak-product-basic-item-gallery-design-stacked .ProductItem-details { padding-top:0px; } Edited March 30, 2022 by glorea Link to comment
tuanphan Posted April 1, 2022 Share Posted April 1, 2022 Hi, Try adding to Settings > Advanced > Code Injection > Footer <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> $(document).ready(function() { $('section.ProductItem-additional .accordion-block').insertAfter('.ProductItem-details .sqs-add-to-cart-button-wrapper'); }); </script> <style> .ProductItem-details-checkout .accordion-block { order: 5 !important; } </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