How can I position product text below the image in the Dawn theme?

Hello

I’m using the Dawn theme and the product text is now on the side. I would like to have this below the image. Does anyone know how to do this?

Hi @onderdelen ,

Can you please include the URL of your store? I’ll take a look for you before I can offer any solution/guidance. Thanks

Hey @UmairA ,

Thank you for your reply.

The url is https://onderdeelspecialist.myshopify.com/password

Password: Onderdeel

The text needs to be under the 2 grey colums

Hi,

You can follow the following steps to move the description under product images

Go to the file sections/main-product.liquid

  1. Remove the following lines
{%- when 'description' -%}
{%- if product.description != blank -%}
  
    {{ product.description }}
  

{%- endif -%}
  1. Copy the following code under
{%- if product.description != blank -%}
  
    {{ product.description }}
  

{%- endif -%}