Hi … how can i make the description to bottom of the page and make text full width in Dwan theme
Hi @Ayat-alsqir1 ,
This will need custom coding. You need to create a container out of the product-info-wrapper.
Hi @Ayat-alsqir1 ,
Go to sections/main-product.liquid file and follow these steps:
- Step 1: Find ‘product__description rte’ and remove code:
- Step 2: Find ‘ProductModal-’ and add code:
code:
{{ product.description }}
Hope it helps!

