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
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
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:
Go to the Theme => Customize => Edit code
Determine your base CSS theme file, named “base.css”.
Open this file, and paste the code below to the end:
.product__description.rte.quick-add-hidden table {
width: 100% !important;
}
We hope that this can help you.
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.
Thank you very much. It works.