Product Reviews change position on below (Impulse Theme)

Dear Community,

i would like to change the position of the Reviews on below before “You might also like this”

Thanks for your help!

I can’t show link at moment because shop is active and it doesn’t look good.

And also i want to minimize the spacing.

Hey @Sascha22

I’m assuming you’re using the Shopify product reviews app for that section and know a tiny bit of code (You’d need to remove the line of code for the review on your product template)

Once removed, go to product-recommendations.liquid and add the following piece of code at the top of the file

{{ product.metafields.spr.reviews }}

If that’s ambiguous, feel free to email at sidoushopifypartner@gmail.com

Hi @SidouLF

Thank you so much, works except there’s no margin to the boarder of the screen. Pls help to add some spacing left and right, thank you.

Find your theme’s CSS (Can be found under Edit code → Assets), scroll all the way down and add the following code

#shopify-product-reviews{padding:0 55px !important;}
1 Like