Product Description Full Width Debutify 2.0.2

Topic summary

A user is trying to modify their Shopify store using the Debutify 2.0.2 theme to make the product description display full-width below the product image, instead of appearing in a narrow column on the right side.

Current Issue:

  • Product description is positioned far right in a single narrow column
  • User wants it centered and full-width under the product image

Attempted Solution:

  • Referenced a Shopify community thread about editing product-template.liquid code
  • Cannot locate the specific “product-single_description” code mentioned in other solutions
  • Shared their current product-template.liquid code for review

Status:
Another user responded noting the original poster appears to have already resolved the issue on their live site, and requested help with the same problem for their own store. The discussion remains open with no detailed solution provided yet.

Summarized with AI on November 17. AI used: claude-sonnet-4-5-20250929.

Hey all,

Currently, my product description is to the far right and in a narrow single column.

I want the product description to be the full width under the product image.

I have searched the shopify community forum threads of others who had success editing the product-template.liquid code which seemed to solve others problem, but I have not been able to locate the product-single_description code that has been referenced in other threads.

Please use this thread for reference https://community.shopify.com/c/Shopify-Design/Full-width-product-description-for-Debut/td-p/561122

here is an example of the product description on my website https://powerfulsubliminals.com/products/zeus-alpha-male-rewiring

I will also post the ocode in my product-template.liquid area below

Please tell me what I need to do to edit the code to make the product description full width and center

Thank you!

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

{% include 'product-template' %}

{% unless product.empty == empty %}

{% endunless %}

{% schema %}
{
“name”: “Product pages”,
“class”: “product-section”,
“settings”: [
{
“type”: “header”,
“content”: “Product photos”
},
{
“type”: “select”,
“id”: “image_layout”,
“label”: “Image display”,
“default”: “stacked”,
“options”: [
{
“value”: “stacked”,
“label”: “Stacked”
},
{
“value”: “thumbnail”,
“label”: “Thumbnail”
}
]
},
{
“type”: “select”,
“id”: “product_photo_alignement”,
“label”: “Image alignement”,
“default”: “left”,
“options”: [
{
“value”: “left”,
“label”: “Left”
},
{
“value”: “right”,
“label”: “Right”
}
]
},
{
“type”: “checkbox”,
“id”: “enable_zoom”,
“label”: “Enable image zoom”,
“default”: true
},
{
“type”: “header”,
“content”: “Product details”
},
{
“type”: “checkbox”,
“id”: “product_vendor”,
“label”: “Show vendor”,
“default”: false
},
{
“type”: “checkbox”,
“id”: “product_title_size”,
“label”: “Big product tite”,
“default”: false
},
{
“type”: “select”,
“id”: “product_header_alignement”,
“label”: “Alignement”,
“default”: “”,
“options”: [
{
“value”: “”,
“label”: “Left”
},
{
“value”: “text-center”,
“label”: “Center”
}
]
},
{
“type”: “select”,
“id”: “product_selector”,
“label”: “Variant picker type”,
“options”: [
{
“value”: “radio”,
“label”: “Button”
},
{
“value”: “select”,
“label”: “Dropdown”
}
]
},
{
“type”: “checkbox”,
“id”: “quantity_enabled”,
“label”: “Show quantity picker”
},
{
“type”: “checkbox”,
“id”: “button_cart_icon”,
“label”: “Show button icon”,
“default”: true
},
{
“type”: “checkbox”,
“id”: “enable_payment_button”,
“label”: “Show dynamic checkout button”,
“info”: “Lets customers check out directly using a familiar payment method. Learn more”,
“default”: false
},
{
“type”: “checkbox”,
“id”: “show_description”,
“label”: “Show description”,
“default”: true
},
{
“type”: “checkbox”,
“id”: “social_sharing_products”,
“label”: “Enable product sharing”,
“default”: true
},
{
“type”: “checkbox”,
“id”: “show_product_tags”,
“label”: “Show product tags”,
“default”: true
}

,
{
“type”: “header”,
“content”: “Product tabs”
},
{
“type”: “checkbox”,
“id”: “dbtfy_product_tabs_first”,
“label”: “Open first tab”,
“default”: true
}
],
“blocks” : [
{
“type”: “description”,
“name”: “Description”,
“limit”: 1,
“settings”: [
{
“type”: “text”,
“id”: “dbtfy_product_tabs_icon”,
“label”: “Icon”,
“default”: “list”,
“info”: “Enter the name of any free solid icons on FontAwesome
},
{
“type”: “text”,
“id”: “dbtfy_product_tabs_title”,
“label”: “Title”,
“default”: “Details”,
“info”: “To hide the default description, uncheck the "Show description" box above.”
}
]
},
{
“type”: “reviews”,
“name”: “Reviews”,
“limit”: 1,
“settings”: [
{
“type”: “checkbox”,
“id”: “dbtfy_product_tabs_review”,
“label”: “Show star ratings”,
“default”: true
},
{
“type”: “text”,
“id”: “dbtfy_product_tabs_icon”,
“label”: “Icon”,
“default”: “thumbs-up”,
“info”: “Enter the name of any free solid icons on FontAwesome
},
{
“type”: “text”,
“id”: “dbtfy_product_tabs_title”,
“label”: “Title”,
“default”: “Reviews”,
“info”: “To show your review widget in product tabs, go in "Review app" > "Review widget" and select the "In product tabs" position”
}
]
},
{
“type”: “text”,
“name”: “Text/Image/HTML”,
“settings”: [
{
“type”: “select”,
“id”: “text_alignment”,
“label”: “Text alignment”,
“default”: “text-center”,
“options”: [
{
“value”: “”,
“label”: “Left”
},
{
“value”: “text-center”,
“label”: “Center”
},
{
“value”: “text-right”,
“label”: “Right”
}
]
},
{
“type”: “text”,
“id”: “dbtfy_product_tabs_icon”,
“label”: “Icon”,
“info”: “Enter the name of any free solid icons on FontAwesome
},
{
“type”: “text”,
“id”: “dbtfy_product_tabs_title”,
“label”: “Title”,
“default”: “Rich text”
},
{
“type”: “richtext”,
“id”: “dbtfy_product_tabs_text”,
“label”: “Text”
},
{
“type”: “image_picker”,
“id”: “dbtfy_product_tabs_image”,
“label”: “Image”
},
{
“type”: “html”,
“id”: “dbtfy_product_tabs_html”,
“label”: “HTML”
},
{
“type”: “header”,
“content”: “Visibility settings”
},
{
“type”: “text”,
“id”: “dbtfy_product_tabs_type”,
“label”: “Product type”,
“info”: “Comma-separated”
},
{
“type”: “text”,
“id”: “dbtfy_product_tabs_tag”,
“label”: “Product tag”,
“info”: “Comma-separated”
},
{
“type”: “product”,
“id”: “dbtfy_product_tabs_product”,
“label”: “Product”
},
{
“type”: “collection”,
“id”: “dbtfy_product_tabs_collection”,
“label”: “Collection”
}
]
}
] } {% endschema %}

Hey, as I can see on your site, you have beaten this trouble.

Can you help me please with it too, please?