Putting description at the bottom of the page using Dawn 2.0

Hello!

I was wondering if you could help me, I would like the product description to be at the bottom of the product page instead of being at the side on Dawn 2.0, is there a way to do this please?

I would really like it to look something like this page

https://outofjointrecords.com/collections/all/products/hania-rani-live-from-studio-s2

in a neat column but if that is tricky then just across the bottom would be fine.

Thanks for any help

1 Like

@benji3

Hello

This will need HTML , CSS and liquid coding changes. Please take a help of a developer.


If helpful, please Like and Accept Solution.

Hire me or mail me | Shopify Design Changes | Custom Modifications In to Shopify Theme

Use GemPages Page Builder to build, design, and optimize your store. View app →

Hi @benji3 ,

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:
<div class="page-width">
{{ product.description }}
</div>

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

1 Like

@benji3

Please share your store URL!

Thanks!

hello!

outofjointrecords.com

but i’m using an old theme at the moment, so i’m not sure if it’ll help you, i’m working on the Dawn theme ready to switch over. Because we are constantly trading I can’t switch it over until the new one is ready

thank you :))

@benji3

I help you but this code customization work.