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.
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):
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.
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!