Another Bubble newbie here. How do I make a hamburger menu icon appear in my header navigation when the default navigation is hidden after the page becomes narrow enough?
So I was able to set up a hiding rule for the default navigation element. I was able to make the icon element hidden at page load. I was also able to make the icon element visible when the default navigation element is hovered (just as a test). But somehow I can’t make the icon element “listen” and “trigger” properly when the default navigation element is hidden.
I’ve tried to make this happen both in the Design and Workflow view. Any help would be appreciated. Thank you.
Aaand found a solution / workaround immediately. I made two conditions, one per element:
Made the default navigation element hide after the parent group width (the whole header navigation) is below a certain value. Used Design -> Responsive view for that.
Made the icon element hidden at page load. Made it visible when current page width is below a certain value. Used Design -> UI Builder for that.
Still, it’s strange that I was unable to make the icon element visible / not visible based on whether the default navigation element is visible / not visible.