All things Shopify and commerce
Hello there
I'm trying to move the product description to underneath product image.
Does anyone know how to do that please?
this is one product as example from my store
Password is (1).
and this is a shopify store who have what i want
Example product from another shopify store
Hi there!
A bit of coding is required, but not too much. In your Shopify dashboard, go to Themes and open the code editor for the theme where you wish to move the description:
Once the code editor is open, you should look for the file that contains code for the product form. This depends from theme to theme, but in the Dawn theme, it is under sections/main-product.liquid
If this is the Dawn theme, open the file main-product.liquid and find the line that has "</media-gallery>". Add a new line below it and paste this code:
{%- if product.description != blank -%}
<div class="product-block">
<div class="rte">
{{ product.description }}
</div>
</div>
{%- endif -%}
Click on green 'Save' button. You should now have a description below the media gallery.
If the Dawn theme is not the one you are having on your store, then the code for media gallery might be in different file. You might need a developer for this. Feel free to message me directly if needed.
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025