How can I move product descriptions below images on the Dawn theme?

Is there any way to move the product description to below the product images?

link to my store: https://gadgetimee.myshopify.com/

password: aubeol

Thanks for your help!

I see this video guide how to change product description position,
I hope it helpful for you in this case
https://www.youtube.com/watch?v=Ozaapmy7nos

Hi @Gadgetime125 ,

If you don’t know about html. You should follow the instructions below to change the description position:

  1. Go to Online Store->Theme->Customize theme → Product Page
  2. In Product Infomation-> You can hide description block:

  1. Then, you can add Section custom liquid:

  1. Then copy below code → paste custom liquid settings:

{{ product.description }}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

@AvadaCommerce

thank you very much, you helped me a lot!!!

one more thing, is there any way that i can make the product’s images in slider?

like debut theme

Hi @Gadgetime125 ,

This part is related to custom. You can hire an expert to help you.

Thanks you. ^^

hello this is not responsive for mobile is there a way to make it responsive ?

Didn’t work for me - Dawn Theme

Hello ! It’s working with Dawn v9.0.0

Here is a small improvement from Ed Codes.

Thanks to him for the YouTube video !


## Description du produit
{{ product.description }}

I’m on Dawn version 13.0.1 and this still worked for me. Thank you!