How can I adjust the product page to full width on Debutify?

Hey, ive tried multiple solutions but none seem to work for me. Is there any way I can make the product page full width instead of all being on the right on desktop? Thank you so much in advance…

Here is my store; trailbed.us

Please place this code at the end of Themes → Templates → product.liquid


Hey, thanks for the help, but it does not seem to work, is there anything else I’m supposed to do?

i put it at the end, middle etc. nothing changed?

Here is the code, without your code in it.

{% comment %}
The contents of the product.liquid template can be found in /sections/product-template.liquid
{% endcomment %}

{% section ‘product-template’ %}

{% section ‘product-recommendations’ %}

{% if settings.review_widget == ‘review_widget_above’ %}
{% include ‘review-widget’ %}
{% endif %}

{% section ‘related-product’ %}

{% if settings.review_widget == ‘review_widget_under’ %}
{% include ‘review-widget’ %}
{% endif %}

{% if collection %}

{% endif %}