Hi there!
I have been struggling for hours with this mystery and I can’t crack it on my own, so here I am asking for the help of the community
I am building a new navigation for my site, and I am now working on the mobile view.
I set a flexbox for the navigation and all looks fine, but when I hide the div block on desktop hell breaks loose and nothing works anymore.
This is how it looks like on tablet view before I disable it on desktop
I’m sure that I’m doing something wrong, but what? Also, I would prefer not to share the read only link, because it’s an active project with a bunch of things I cannot disclose… I hope it’s not a problem!
You cut off the bottom of the screen so we can’t see the path of the div, or what it’s inside that may be effecting this. (another container is taking the place of the div when it’s disabled on desktop and that’s effected the mobile resolutions).
I don’t know if anyone here can help you without a read-only link.
I’d suggest duplicating the site and removing sensitive information.
The workaround is to set it to display:none where you don’t want it seen, as opposed to using that visibility setting. This only affects flexbox display mode, as far as I am aware.