How to make product descriptions a collapsable row in sense?

Topic summary

A Shopify user wants to convert their product description into a collapsible row that is expanded by default in the Sense theme. They attempted to modify the main-product.liquid file without success.

Proposed Solution:

  • Add {{ product.description }} code to the theme
  • Insert a collapsible block (specific implementation shown via screenshots)

Issue with Solution:
The suggested approach causes all collapsible rows to display the product description, preventing the use of other collapsible content blocks. The problem remains unresolved, as the user needs a way to have both a collapsible product description and other independent collapsible sections.

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

Hello

I am using Sense theme and I would like my product description to be a collapsable row, with the option to fold out on default.

How do I code it, I tried something in main-product liquid but didnt work.

url: i9hgeh-eb.myshopify.com

thanks

Hi @nijntjelover

To fulfill your request, please follow these steps:

  1. Add this line of code: {{ product.description }}

  1. Then add this collapsible block

I hope this helps

Best,

Daisy

this works but this creates a new problem: now every collapsable row is the product description. Now i can’t use other collapsable rows anymore