Changing dimensions of rich text section in Dawn theme

Topic summary

A user needs to adjust the width of a rich text section (black box) on their Dawn theme product page to match the width of dropdown menu boxes below it.

Solution Provided:

  • Navigate to Shopify Admin → Online Store → Theme → Edit code
  • Locate the theme.liquid file
  • Insert custom CSS code above the </head> tag to adjust the rich text section width

Follow-up Request:
The user has a separate product page with a different layout and requests the same width adjustments be applied there as well.

Status: The support representative provided CSS solutions for both pages with before/after screenshots demonstrating the width changes. The issue appears resolved with custom code targeting the specific rich text sections on both product pages.

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

Hello, I need help adjusting the width of the black box (rich text) so that it matches the width of the drop down menu boxes below. (Product page)

Store: https://bb9f8c-ac.myshopify.com/en

Pass: pongia

1 Like

Hi @JordiP ,

Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above tag:


Here is result:

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you :heart_eyes:

1 Like

Thank you! I have another product page , which I have made as a seperate page since it will be slightly different from my other products and I would like to include those edits for this page aswell. I really appreciate the help!

1 Like

Hi @JordiP ,

Step 1: Go to Shopify Admin → Online Store ->Theme → Edit code

Step 2: Search file theme.liquid

Step 3: Insert this code above tag:


Here is result:

Hope this can help you,

If our suggestions are useful, please let us know by giving it a like or marking it as a solution. Thank you :heart_eyes: