How to move reviews to under product image on Motion theme

I would like to move the review section, I have little coding knowlegde, any help will be useful

website url is https://www.urbotanica.com/collections/gardens/products/urbipod-indoor-garden

and the Theme is Motion Classic

@Tim_Davidson ,

Please move the code from the current div to the div containing Images, please share URL so someone can look at and suggest better

Here is the URL

https://www.urbotanica.com/collections/gardens/products/urbipod-indoor-garden

Hi @Tim_Davidson , Find the review snippet code and move the snippet below the single product page slider image. Also, after moving the review code, surely you need to fix some style-related issues.

You need to find the review code snippet like below and move this snippet to wherever you want. If still, you face a problem, do let me know, will help you out :slightly_smiling_face:

<div id="shopify-product-reviews" data-id="{{product.id}}">{{ product.metafields.spr.reviews }}</div>

Look for this code


//Actual code 
insert the spr badge element here

It must be something like this

15 reviews

Do I use inspect element or edit the code through themes?

You would need to edit the code, mostly product-template.liquid under sections

I will try that