manbru
1
Hello,
I would want to move the product description thats right now on the right side to the left side under the product images.
My store: https://r1vex.myshopify.com/
code: kidos24
How it looks now:
Where I want the description in position:
Thanks for helping!
Hi @manbru
This is Richard from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the
Hope this can help you solve the issue
Best regards,
Richard | PageFly
You’ll need to edit your Shopify theme’s code to move the product description. Here’s a quick guide:
- Go to your Shopify Admin.
- Click on Online Store > Themes.
- Find your current theme and click Actions > Edit code.
- Locate the product template file, usually named
product.liquid
or under sections as product-template.liquid
.
- Find the code block for the product description. It might look like this:
{{ product.description }}
- Cut that block and paste it where you want it to appear—under the product images and before or after any other elements you want to adjust.
- Save your changes and preview the product page to check if it looks right.
You may need to adjust some CSS if the layout isn’t perfect.