In this URL, text wraps as you reduce screen size. Please see below screenshot for more details. I have created main page layout as column and in that I have group also at column where I have put all those text and inputs but in my case, it does not wrap. I tried with min height as 0px and max height as inf px but it still did not work for me. Please suggest.
If not, then without seeing your app and knowing exactly how you’ve built the layouts, no one can offer much help (aside from the obvious, learn how responsive building works in Bubble, and double check all your layout settings).
So feel free to share some screenshots, or better still a link to your app and/or editor.
You’ve got minimum widths set on all your text elements… which means they can never get any narrower than the value set there, and so won’t wrap.
Your parent container has a fixed width (which means it’s not responsive)…
If I were you I’d take a step back and learn the very basics of how responsive layouts work in Bubble…
Start with the manual if you haven’t already read it… Responsive design - Bubble Docs, then check out the video lessons as well… it will get you up to speed with basic things like this.
Thanks. Now my screen becomes responsive and show properly in mobile devices but it disturb the view I want in my PC. See I want exactly below screen in my desktop view with keeping my mobile view intact: https://app.greenbroad.co/auth
Hmm. I was very clear in my question what I wanted to do. Still let me try again.
I am creating clone of this website in bubble: https://app.greenbroad.co/auth
I have already shared my bubble based clone app details above. If you check it again, it looks good in mobile with text wrap but in desktop view it does not look like same as the website. How to achieve both togather?