How can I make my 'Product Description Full Width' on the Dawn 2 theme? Possible or?

Hi,

My name is Scott and I run www.generationaudio.co.uk

As in the subject can this be done?

I am new to the code game and would appreciated any help

Kind Regards

Scott

@Gen-Audio May this help you. Click Here.

Hi @Gen-Audio ,

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.

Great!! Thank you very much for the link :slightly_smiling_face:

Thanks for the reply but the ‘product information’, section is not showing on my version for some reason?