Shopify themes, liquid, logos, and UX
I added a custom liquid for a Q&A section but the width is not following the page.
What is the custom CSS code to adjust the width
Solved! Go to the solution
This is an accepted solution.
@gemlette - add this css to the very end of your .collapsible-content.css file and check
.collapsible-content-wrapper-narrow{max-width: 100em;}
This is an accepted solution.
Hi @gemlette
Go to Online Store, then Theme, and click on Edit code.
Locate the file assets/base.css, and paste the code provided below at the end of the file.
.section-template--17895793950964__custom_liquid_jD7pgE-padding {
margin: 0 auto;
padding-right: 1.5rem;
padding-left: 1.5rem;
max-width: 73.4rem;
}
Hi @gemlette
If you share your store URL and password with me, I will check and provide you with the solution.
Oh. just looking at it now. For some reason, the width changed
Hi @gemlette
Go to Online Store, then Theme, and click on Edit code.
Locate the file assets/plain-jane.css, and paste the code provided below at the end of the file.
.section-template--17895793950964__custom_liquid_jD7pgE-padding {
margin: 0 auto;
padding-right: 1.5rem;
padding-left: 1.5rem;
max-width: 73.4rem;
}
I don't have assets/plain-jane.css
This is an accepted solution.
Hi @gemlette
Go to Online Store, then Theme, and click on Edit code.
Locate the file assets/base.css, and paste the code provided below at the end of the file.
.section-template--17895793950964__custom_liquid_jD7pgE-padding {
margin: 0 auto;
padding-right: 1.5rem;
padding-left: 1.5rem;
max-width: 73.4rem;
}
This is an accepted solution.
@gemlette - add this css to the very end of your .collapsible-content.css file and check
.collapsible-content-wrapper-narrow{max-width: 100em;}
Excellent. Works well. thanks
Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025