Change width of collapsible row in Dawn theme

Hi, I added a table into collapsible row. It is wider than collapsible row. How can I increase width of collapsible rows in Dawn theme. Ideally based on width of page.

Thank you

@MarekJanci

Please share your site URL,
I will check out the issue and provide you a solution here.

Hi, do you mean store link www.vr4dstore.com (pswd: studio727), or admin link? https://vr4dstore.myshopify.com/admin

Hi @MarekJanci

Do you mean this table?

To change the width of this table, please follow these steps:

  1. Go to the Theme => Customize => Edit code

  2. Determine your base CSS theme file, named “base.css”.

  3. Open this file, and paste the code below to the end:

.product__description.rte.quick-add-hidden table {
width: 100% !important;
}
  • You save and check the result:

We hope that this can help you.

1 Like

Hi, this is helpful as well. Thank you . I’d like to stretch collapsible rows

Hi @MarekJanci

You can paste this code following based on the guide we mentioned in the previous comment:

.collapsible-content-wrapper-narrow {
max-width: none !important;
}

We hope that it will work for you.

1 Like

Thank you very much. It works.