Can someone help me?
How Do i stretch the width of this accordion group - I want it up to the red lines shown in the screenshot and aligned with the texts above it.
here is my URL: https://050086.myshopify.com/pages/enertherm-pir
Can someone help me?
How Do i stretch the width of this accordion group - I want it up to the red lines shown in the screenshot and aligned with the texts above it.
here is my URL: https://050086.myshopify.com/pages/enertherm-pir
Hi @jinuralite
Please add this CSS code at the bottom of your theme.css file
.faq.wrapper { max-width: 100% !important; }
Thank you - that worked
Best practice is to try test&use a custom-css setting , instead of editing theme files.
https://help.shopify.com/en/manual/online-store/themes/theme-structure/extend/add-css
Changing the code files can complicate or invalidate future automatic upgrades.
If you’ve edited a file and are unsure of what changes were made some files allow for rollback