What’s the best way to reposition the product description in the Dawn theme so it appears below the product images instead of its current location? I’d like it to read from left to right. Here is a link with quite a long description for SEO purpoes:
https://theperfectmagnet.com/products/pet-photo-magnets
Is there an option for maybe a READ MORE ?? or can it be moved in a paragraph under the photo carousel?
Thanks!
1 Like
Hi @cmsalomon ,
This is Richard from PageFly - Shopify Page Builder App
Please add code here to customize it:
Step 1: Online Stores > Themes > Edit code
Step 2: Choose file theme.liquid
Step 3: Add code above the tag
And here is result
Hope my solution will help you resolve the issue.
Best regards,
Richard | PageFly
Thank you i will certainly try it!
Hi @cmsalomon
You can move product description below your product images by following instructions below
- Go to your store admin > Sales channels > Online Store > Themes > Customize
- Click Homepage dropdown menu at the top center > Products > open the product template that the products assigned to
- Remove Description block under Product information
- Click Add section > Custom Liquid, drag and drop it above Related products section
- Add this code below to Liquid
{{product.description}}