Good morning everyone,
I'm currently using the minimal theme and I noticed that the description of my product are aligned on the right which leaves alot of white space on the left. What can I do to fix this?
Thank you!
Solved! Go to the solution
Hello There,
Please share your store URL.
So that I will check and let you know the exact solution here.
Thanks!
This is an accepted solution.
Hi @klepham1014
Follow this:
1. open section->product-template and find below code
<div class="product-description rte" itemprop="description">
{{ product.description }}
</div>
now paste this code just above below code:
{% if section.settings.product_related_enable %}
{% include 'related-products' %}
{% endif %}
User | Count |
---|---|
396 | |
204 | |
129 | |
46 | |
42 |