How to change the place of product "descritpion" in Impact theme.

Topic summary

Goal: move the product description in the Shopify Impact theme to a full-width area below the main product section.

What was tried: Using the theme editor to drag the Description block below the Buy buttons in the product template, or editing main-product.liquid to relocate it.

Issue: Drag-and-drop places the text below the buttons but keeps it in a narrow column. The requester wants the description below the product section and spanning full page width.

Proposed solution (no code):

  • Create a product metafield (e.g., “description”).
  • Add a Rich text section/block wherever full width is supported on the product template.
  • Bind that Rich text to the product’s “description” metafield to display the content at full width.

Notes: Screenshots were provided showing the theme editor drag-and-drop and the metafield-to-rich-text binding steps.

Status: No confirmation from the requester that the metafield approach solved the layout; discussion remains open without a verified resolution.

Summarized with AI on December 20. AI used: gpt-5.

Hello,

I have question how can I change the place of product description in the Impact theme.

Right now “decription” of product is in the product page. I would like to change it and add it in the template belowe the product page.

Hi @DONKKA

You can drag and drop it below Buy buttons in Product template section in Customize product template

Or you will need to edit code of your main-product.liquid file to move it below

Thank you for this infomration. Unforutnately it dosn’t work. When I change the place of description to the last of the list the text is below the buy buttons. The text is still narrow and it isn’t look good.
I would like to change the place of descritpion below the product page and make it for full page width. Do you know how to change it in code?

"Hi! I understand exactly what you want. For that, you don’t need to edit the code. Instead, I’ll give you an even better solution. Create a metafield with the name ‘description,’ and then on the product page, wherever you want the description to be displayed, use a rich text field. Then, to dynamically fetch the text, select the description field. You’re done!