Hey, how can I expand a collapsible content that it would equal to the description above? Thanks!
1 Like
can you please send store url so i will check and let you know
can you try this code
- Go to Online Store->Theme->Edit code
- Asset->/base.css ->paste below code at the bottom of the file.
.collapsible-content-wrapper-narrow {
max-width: var(--page-width) !important;
}
This is my custom liquid code for description, maybe it would help.
{{ product.description }}

