Hi. I’ve successfully created a dropdown menu using a focus group that appears when the hamburger menu icon is clicked. (The icon is only visible on smaller screens.) However, if I resize the web browser to a larger size, the icon disappears, but the dropdown menu does not. It only disappears if I reclick the icon. I don’t see a way to set a conditional visibility for the focus group. Is there a way to make it disappear?
Hello dm8668,
please consider the following to always hide the dropdown when page is resized:
Hope this can be the solution to your problem.
Don’t use the toggle function, use the hide function.
that worked! thank you so much
note for other users: you also have to select “run every time”
1 Like
Exactly!
I’m very happy to know it worked for you.


