I’ve built a registration page based on seven layers on the same page. As the user completes the information on one layer it disappears to be replaced by the next layer. On the ‘UI Design’ tab I can use the Elements list to only show the layer I want to work on. However when I use the "Responsiveness’ tab it shows me all of the other layers except for the very first one. How do I make that layers disappear so I can work on subsequent layers and their responsiveness ?
Instead of creating layers or stacking on top of each other, it would be better to arrange them vertically one after the other. So that where the first group ends, the second group begins.
This would solve your responsiveness issues. Make sure to tick Collapse when hidden in the group properties.
Responsive tabs usually shows on the bar the elements which are “hidden”. One method to resolve this, is not to stack the elements as @sharma.himanshu0608 has indicated. Another method is to mark all the layers invisible on page load then test responsiveness. After clearing you can restore their status back.
Thank you. it was the page load thing that did it, but thanks for all the advice. I continue to learn !