Not an issue but a question: is there a way if a sidebar is collapsed, that the next page remembers that state in order to avoid each page to start expanded?
I'm working on a CMS page and on the Webflow preview it works like a charm but obviously on staging, each page starts with the expanded sidebar. I would love this little feature to be consistent through the website I'm building π
you would need some JavaScript to "remember" that and store in cookies - that is outside my understanding but you could try using GPT or Slater.app to generate this JS for you.
"On click of this collapse button, I want to store a cookie that remembers this setting and it does not expire for 365 days" or something.