Hello!
Currently, all information on the product page based on the right side of the screen, but how to make it the full width of the desktop version? I'm using Debutify theme.
I have already tried to look at Sections/product-template.liquid, but, unfortunately, I can't figure out what should I do. What needs to be changed in code.
Thank you!
Vyacheslav
Hi @Vyacheslav1
What's your URL, lets hope it's a 1 fix thing, otherwise if it's not you would need someone to complete it for you
Hi @Vyacheslav1
So you want to make your description full width under the picture and add to cart form?
Your product-template or named similar would be in your template folder of your code.
You essentially need to move the product description to an outter </div>
Not after add to cart, you need to find the outter </div>
essentially go toward the end of your html before the schema, keep putting the descriptiong between the </div> until you find the one that displays it full width under the picture section
Found everything is was mentioned, tried to move this code in different combinations outside the </div>, but still no result. What am I doing wrong?
{% comment %}
The contents of the product.liquid template can be found in /snippets/product-template.liquid
{% endcomment %}
<div
id="section-{{ section.id }}" data-section-id="{{ section.id }}" data-section-type="product-template" data-enable-history-state="true" data-scroll-to-image="{% if section.settings.image_layout == "stacked" %}true{% else %}false{% endif %}">
{% include 'product-template' %}
</div>
{% unless product.empty == empty %}
<script type="application/json" id="ProductJson-{{ section.id }}">
{{ product | json }}
</script>
{% endunless %}
{% schema %}
You probably aren't moving your product description. Give me access to your store Settings > plan and permissions. I will do it for you
Hey, i have the exact same problem, searched the web but cant seem to find the answer. I am willing to pay you for the help, would really appreciate it!
here is the site: trailbed.us
and the code;
User | Count |
---|---|
429 | |
200 | |
146 | |
57 | |
44 |