How to correctly collapse an element

Hi, I am struggling with this task: Let’s say I want to show a section > container > block > image in a specific viewport (e.g. desktop) and hide it on another (e.g. mobile). Instead, on mobile I might want to show another element. So I used the layout option “collapse” for the element(s) I wish to hide but I noticed that sometimes this still leaves an unwanted white space until I set height to zero. Is this the right way to do this or am I doing anything wrong?

2 Likes

I am also struggling with this issue. I am trying to replace an element from desktop with another on mobile and left with unwanted space in the layout which is messing up the page formatting.

Same here! I am selecting the container to ‘collapse’, which I believe is Bricks’ way of saying ‘display: none;’ for an element, but it still shows a container in its place when I load my site.