Collapsible row Dawn theme product page problem

Topic summary

Problem: An unintended thin “row” appears mid-text in the product page’s collapsible row (accordion) on Shopify’s Dawn theme.

Evidence: Two screenshots were provided; a storefront URL and password were shared for inspection. Images are central to understanding the visual issue.

Proposed fix: Insert a custom code snippet into the theme.liquid file before the closing tag to correct the styling/behavior.

  • Steps: Online Store > Themes > More Actions > Edit code; open theme.liquid; paste the snippet above .
  • Note: The exact code content is not shown in the transcript, but the recommendation is to add site-wide code in theme.liquid (the main layout file) that likely addresses the accordion’s CSS/JS.

Outcome: The original poster confirmed the solution worked and expressed thanks.

Status: Resolved; no remaining questions or disagreements. Key technical terms: “theme.liquid” is the global layout file; “collapsible row” refers to an accordion section in the product page.

Summarized with AI on January 13. AI used: gpt-5.

you can see the little row in the middle of the text

bula.co.il

pass:geibee

How can i fix that?

Thank you in advance :folded_hands:

Hi @artiumc

This is Noah from PageFly - Shopify Page Builder App

Please add this code to your theme.liquid above the to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the


Hope this can help you solve the issue

Best regards,

Noah | PageFly

1 Like

Thank you very much :folded_hands:

Glad that i can help. Let me know if you have any questions

1 Like