I’m currently making my first site with editor X, and have some problems with setting the minimum height on one of my pages.
I have set a box to collapse, and another box to expand, when a button is clicked, but, the box that is set to expand, does not move up.
I though that the solution to this was setting the pages min height to “none”, but, when I do this, it changes the page height, so there is no page, just the header and footer.
Am I doing something wrong? Is there any way I can fix this?
We the box collapses, you should have your elements STACKED inside one container. When stacked, my database elements that are collapsed due to no data, are removed as well as the margins related to it. This should do the trick for you.
Now, make sure that the grid/container that the stack is in is set to AUTO in all cases. If you have it set to fix height or min height, it will remain there no matter how collapsed elements are.
I have also discovered some good resources for working with collapsable component in Velo. Perhaps rethink how you might get to the end results that suit your need.
@teejay Thanks for your reply, but both of the links you gave me were about the normal Wix editor. I am convinced this problem is because of Editor X, because I don’t really know how Editor X works yet