faustas0101 Posted August 21 Share Posted August 21 Hello, I am using a piece of code, which moves "additional Information" content to description. My only key purpose for this was so I can have an accordion where the product description is instead of bottom of the page. Currently looks like this: I wish to add more content below my product pages, however, anything I add into additional information now aligns to the right, like the accordion has done, even my product reviews have shifted like so: The code I am using is: <!-- move additional information section to description --> <script> $(document).ready(function() { $('section.ProductItem-additional').insertAfter('.ProductItem-details .sqs-add-to-cart-button-wrapper'); }); </script> I am happy with the result, but I just want my reviews to be centered like they were previously, and I want to add an image so it is centered with the product, not to have everything right aligned, how can I adjust this? Thank you. Link to comment
tuanphan Posted August 22 Share Posted August 22 Can you share link to product? 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