I have a script (JS) running that will be making some different divs either visible or hidden. The problem I am having is that, even though the elements have a ‘visibility’ property of ‘hidden’, they still take up space. Is there a way I can hid the elements while also preventing them from taking up space?
I have access to jQuery as well, if that means anything…
Cheers,
DalexL
You are looking for display none,