how to I set section’s height to zero pixels, so that section element with elements inside it becomes invisible. I want to achieve this because I want to set a toggle button, on-click the section’s height becomes to original height with a smooth css transition on height parameter.
But when I set section’s elements to zero, it still show’s the element’s inside it partially, I don’t know what’s conflicting it.
Below is the screenshot of the customization I’m coding,