Hi. Does anyone know how can I make the collapsable rows open smoothly in dawn theme?
Hi @AndreiGhetu
Can you kindly share your store link (with the password, if any) with us? We will check it and suggest you a solution if possible.
HI @AndreiGhetu ,
Can you provide your storefront password
pass: 123123123
pass: 123123123
Hi @AndreiGhetu
It seems that your store password is wrong. Can you kindly share it with us again?
pispilac99
Hi @AndreiGhetu
Collapsible rows in Shopify are designed with some pretty special HTML elements, so it is quite difficult to create smooth animation for them. However, you can try our suggestion below. Although it is not optimized yet, it may partly meet your requirements:
- Go to Themes → select Edit code
- Navigate to the Assets folder → select the file collapsible-content.css and add the following code at the end of the file:
details summary {
transition: margin 200ms ease-out;
}
details[open] summary {
margin-bottom: 5px;
}
We hope that it will work for you.
Can you help me my Dawn theme is 15.1 version, and I have already paste the code on my collapsible-content.css. Its not working for me
where i put this code