Dawn Product Page Description Move

Topic summary

A user working with Shopify’s Dawn theme wants to reposition the product description higher on the product page, specifically moving it above its current location.

Solution Provided:

  • Edit the main-product.liquid file in the theme code editor
  • Locate the product__media-wrapper class
  • Insert {{- product.description -}} below the product media gallery render tag
  • This creates the description in the desired location

Follow-up Issue:
The solution created a duplicate description. The helper advised searching for and deleting the original {{ product.description }} code elsewhere in the same file.

Status: The issue remains partially unresolved, with the user needing to remove the duplicate. The helper offered direct email assistance if difficulties persist.

Summarized with AI on November 2. AI used: claude-sonnet-4-5-20250929.

In the main-product.liquid file, check if you can find another {{ product.description }}. If there is a second one, you can delete it.
If you still encounter difficulties, you can send the store information to my email and I will assist you