Shopify themes, liquid, logos, and UX
Hi,
I'm having a problem with long descriptions on the Dawn Theme 12.0.0. My products currently look like this: https://bluehurricane-eu.com/products/bloomburrow-collector-booster-box.
When products have lengthy descriptions, the design looks unattractive. The width is fixed relative to other components, resulting in a long, narrow column for the description. I want to move the description below the product image and other elements, so that it appears in a more user-friendly layout.
I have tried to find options to do this but haven't had any luck. The description section appears to be unchangeable (see image below). Creating a new text section doesn’t automatically transfer the product description text to it. Does anyone know how to implement this? Any help would be appreciated.
Solved! Go to the solution
This is an accepted solution.
Hi @cgouveia
Check this one.
Go to your edit theme > products > add new section > custom liquid.
Drag the Custom liquid wherever you like to place. Click the code custom liquid. And Add the code below.
<div class="page-width">
{{ product.description }}
</div>
example:
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
This is an accepted solution.
Hi @cgouveia
Check this one.
Go to your edit theme > products > add new section > custom liquid.
Drag the Custom liquid wherever you like to place. Click the code custom liquid. And Add the code below.
<div class="page-width">
{{ product.description }}
</div>
example:
And Save.
Result:
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Hi @cgouveia
You can do that by following these steps
<div class="product__description rte quick-add-hidden">{{ product.description }}</div>
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...Sign up now.
Thank you guys that fixed my problem! Thank for the prompt response also! Just one more thing, if I want to change the letter size or font on the liquid code of this new description, how could I do that?
Hey Community 👋 Did you know that March 15th is National Everything You Think Is W...
By JasonH Apr 1, 2025Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025