Hi, I would like to control the visibility of a component across breakpoints.
My component has a visibility property, but when I select ‘hidden’ for mobile, it hides on all other breakpoints.
Can anyone help?
Here is my site Read-Only: LINK (how to share your site Read-Only link)
Need your project’s read-only link and more details on the look/name of the component that’s causing an issue.
I want the button in the top nav to disappear on mobile portrait. You will see there is also a button in the drop down menu, which needs to stay in place.
Many thanks
https://preview.webflow.com/preview/drjuliedonley-draft-01-b874dc8f411e984d?utm_medium=preview_link&utm_source=designer&utm_content=drjuliedonley-draft-01-b874dc8f411e984d&preview=d462ff254ef29f30811f6d388cc500bc&workflow=preview
You just need to place the component you want to hide inside of a wrapper and then tell that wrapper to display=none.
Got it! Thanks so much.