entrepreneuress Posted July 10 Share Posted July 10 (edited) Hi I'm wondering if there's a fix to arranging the reviews on product pages. I've implemented the below code ( @tuanphan's ) which I found on this post, however there are two issues which I'm trying to solve: 1. As more reviews gather, it forces the product photos to align to the middle of the right-hand column content (“simple” product page layout), and moves the photos on the lefthand column way too far down the screen. 2. Takes time to load, whereas I'd like the proper display to be instant. If anyone can help me troubleshoot this, that'd be amazing... Thanks in advance! Corinne <script> $(document).ready(function(){ setTimeout(function(){ $('section[class*="reviewsSection"]').insertAfter('div.sqs-add-to-cart-button-wrapper'); }, 3000); }); </script> Edited July 10 by entrepreneuress Link to comment
tuanphan Posted July 13 Share Posted July 13 Can you share link to a product? We can check easier. 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