Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
Hello,
I want to increase the width of this section.
In product page
https://s7092cjts4kj02bd-58506346583.shopifypreview.com
please check,
Best,
Sohan
Solved! Go to the solution
This is an accepted solution.
Hello @Sohan2198
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
.collapsible-content__wrapper .collapsible-content-wrapper-narrow{
max-width: 100% !important; /*adjust according to you*/
}
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
This is an accepted solution.
Hi @Sohan2198
Check this one.
.collapsible-content-wrapper-narrow {
max-width: 80% !important;
}
Note: you can adjust the size whatever you want.
This is an accepted solution.
This is Noah from PageFly - Shopify Page Builder App
Hi @Sohan2198 please add code here to fix it:
Step 1: Online Stores > Themes > Edit code
Step 2: Choose file theme.liquid
Step 3: Add code above the tag </body>
<style>
.collapsible-content-wrapper-narrow{
max-width: 1200px !important;
padding: 0px !important;
}
</style>
Hope my solution will help you resolve the issue.
Best regards,
Noah | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
This is an accepted solution.
Hello @Sohan2198
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
.collapsible-content__wrapper .collapsible-content-wrapper-narrow{
max-width: 100% !important; /*adjust according to you*/
}
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
This is an accepted solution.
Hi @Sohan2198
Check this one.
.collapsible-content-wrapper-narrow {
max-width: 80% !important;
}
Note: you can adjust the size whatever you want.
It worked for me. Thank you!
This is an accepted solution.
This is Noah from PageFly - Shopify Page Builder App
Hi @Sohan2198 please add code here to fix it:
Step 1: Online Stores > Themes > Edit code
Step 2: Choose file theme.liquid
Step 3: Add code above the tag </body>
<style>
.collapsible-content-wrapper-narrow{
max-width: 1200px !important;
padding: 0px !important;
}
</style>
Hope my solution will help you resolve the issue.
Best regards,
Noah | PageFly
Please let me know if it works by giving it a Like or marking it as a solution!
PageFly - #1 Page Builder for Shopify merchants.
All features are available from Free plan. Live Chat Support is available 24/7.
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025