Hello,
I made my collapsible content into 2 columns, but I would like them to be aligned with the grey bloc text above.
Is it possible to do that with code ?
Thanks
Would you mind to share your Store URL website? with password if its unpublish. Thanks!
Thanks for the info, where can i find this collapible? If you still working on it you can share the preview. Thanks!
Thanks try this one.
@media only screen and (min-width: 749px){
.collapsible-content.collapsible-none-layout.isolate.content-container.content-container--full-width {
padding: 0 6.4rem;
}
.accordion summary {
padding: 2rem;
}
.collapsible-content-wrapper-narrow {
padding: 0px;
}
}
Itâs the same..
I put 86% instead of 91% and itâs working now, thank you!!