moondesignco
-
Posts
2 -
Joined
-
Last visited
Reputation Activity
-
moondesignco reacted to tuanphan in BETA: Product Reviews (Etsy Import) Styling
Try this new code
<script> $(document).ready(function() { setTimeout(function(){ $('section.reviewsSection').insertAfter('div.sqs-add-to-cart-button-wrapper'); }, 3000); }); </script> <style> img.reviewImg { display: none; } p.sourceText { display: none; } @media screen and (max-width:767px) { section.reviewsSection { order: 5; } } </style>