A user wants to relocate their product description to appear below product images instead of its default position, while keeping customization options and payment buttons on the right side. They’re using Dawn theme version 12.
Solutions provided:
Edit the main-product.liquid file in the Sections folder
Locate the comment about duplicate gallery display using Ctrl+F
Add specific code snippet after the {% endif %} tag to reposition the description
Remove the description block from the Product information section to avoid duplication
Follow-up adjustment:
The user successfully implemented the solution but requested additional top margin. This was resolved by updating the code to include style="margin-top: 30px;" in the div wrapper.
The discussion includes code snippets and reference images showing the desired layout and implementation steps.
Summarized with AI on November 14.
AI used: claude-sonnet-4-5-20250929.
I am looking for a way to put the product description where I painted the space red.
I’d like it to have some margins on the sides and would like to keep my customization selections and payment on the right of the images like shown in the photos, and just have the description underneath.
Is this possible? Below is an image to try to give an idea of what I mean.