Good afternoon guys, I am a beginner in programming without code especially in Bubble.oi, I have difficulty putting the slideable menu responsive only when it is on the mobile phone and tablet screen, who can help me please?
@daviduptech welcome to bubble. Have you checked out the learning resources and videos? That’s a great place to start.
- Check out the “Understanding responsive settings” video: https://bubble.io/videos
- Bubble manual: https://manual.bubble.io/building-a-user-interface/building-responsive-pages.html
If you want an element (in this case menu) to be visible on only certain screen sizes then you need to use the responsive view. You can hide and show elements based on their parent containers width.
2 Likes
Thanks you a lot Matt
1 Like
You can either use the reponsive settings, to hide/unhide based on browser width, or you can add a conditional to the sidebar on the element settings.
Tal
nocodify.com
1 Like