Hi,
I'm using the Venture template on my shop and i would like to know if someone can help me to change in a product page the position of the product description bloc.
Actually my product page contain at the left side all images and at the right side of the page the card and the product description. I would like to keep all images at the left side, the card at the right side, seperate the description and put it to the bottom.
If someone can help me it'll be a great pleasure for me :)
Thanks a lot.
Hello Cemal,
You can move the product description to any part of the product page, for that just copy paste this piece of code where you want it to get displayed
<div class="rte product-single__description" itemprop="description">
{{ product.description }}
</div>
Hope that helps!
Hello Ivan,
If you want to display product description below price then paste above code after:-
<div class="product__price">
{% include 'product-price', variant: current_variant %}
</div>
Let me know if it helped.
Thanks,
Sagar Khadke
Hello Sagar,
If I want the product description to first start on the right next to the images and then continue from the left all the way to the right after the images section is over so the product description fills the page, where should I add the code. Thanks in advance :)
User | Count |
---|---|
737 | |
143 | |
102 | |
64 | |
37 |