Hi.
On Debut, the right column of the product page shows (in this order, top to bottom) the product name + price, the variant drop box, the add to cart buttons, and the description. How do I move the description’s text so that it is above the add to cart buttons?
@MaoriMermaid - we can try css, but variants too will move with add to cart button as both combined make product form.
Hello @MaoriMermaid
Greetings!!
Follow the steps:
-
Online store->Themes->Edit code->Actions->Sections->product-template.liquid
-
Ctrl+f and find “description rte” see in video
3.Paste the below code on above product-form div (see in screenshot)
<div class="product-single__description rte">
{{ product.description }}
</div>
- and Save the file
Output : https://prnt.sc/8bP5rE4-bhWu