What is the difference between hidden and invisible?
“Hidden” will remove the element from the stack, while “Invisible” will simply not render it but leave it in the stack. What this means that if an element is invisible it will still leave a blank space on your page, while a hidden you will not.
2 Likes
in practice
2 Likes
Once an element is hidden or invisible in layout, how do you get it back?
Select it in the Page Layout panel and then you can make it unhidden in the Layout section of the Inspector panel
