Ferry
2
The hide function on the structure menu is not related to breakpoints and will hide the thing for everything.
I’m not quite sure how to use elements for mobile or desktop only and try to avoid it by design it to work on both.
The only way i have figured out to do so is by using a condition related to something mobile or not mobile like OS.
I’m sure there should be a better way and i hope someone tells us!
1 Like
timmse
3
The correct way is to use display: none to hide and display: block/flex/grid… to show elements depending on the breakpoint.