Re: Adjust the width of 'Collapsible Content' on product page - Dawn 12.0

Solved

Adjust the width of 'Collapsible Content' on product page - Dawn 12.0

coalfield
Explorer
51 3 23

I am looking to adjust the width of the 'Collapsible Content' Box within my product pages on store, currently this object does not fill the regular width of the page and it looks a little off.

 

Can anyone please help advise?  See image attached what I am trying to achieve 🙂

 

Example URL: https://gpuconnect.com/products/pld10010s12hh-95mm-dc12v-0-40a-rtx3060-rtx3070-vga-fan-for-msi-rtx-3...

 

Screenshot 2023-11-23 104828.jpg

 

 

Accepted Solution (1)
Dan-From-Ryviu
Shopify Partner
11725 2297 2480

This is an accepted solution.

So please go to your Online store > Themes > Edit code, open section-main-product.css, add this code at the bottom and save the file

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

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Amazon Products Importer - Import Amazon Products to Dropship in Your Store!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

View solution in original post

Replies 6 (6)

Dan-From-Ryviu
Shopify Partner
11725 2297 2480

Please add this code to theme.liquid file before </head> tag 

{% if template == 'product' %}
<style>
.collapsible-content-wrapper-narrow { max-width: 1130px !important; }
</style>
{% endif %}

Screenshot_3.jpg

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Amazon Products Importer - Import Amazon Products to Dropship in Your Store!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

coalfield
Explorer
51 3 23

Unfortunately it doesn't seem to have worked 😞

Dan-From-Ryviu
Shopify Partner
11725 2297 2480

This is an accepted solution.

So please go to your Online store > Themes > Edit code, open section-main-product.css, add this code at the bottom and save the file

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

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Amazon Products Importer - Import Amazon Products to Dropship in Your Store!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

coalfield
Explorer
51 3 23

Thank you this worked!  I take it I should remove the previous bit of code that didn't work from  theme.liquid ?

Dan-From-Ryviu
Shopify Partner
11725 2297 2480

For sure.

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Amazon Products Importer - Import Amazon Products to Dropship in Your Store!
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

coalfield
Explorer
51 3 23

Unfortunately this doesn't appear to work any more using Dawn 13.0.1.  Any ideas?

 

EDIT: still working was a typo sorry!