Page 1 of 1
Form structure failing over breakpoints
Posted: Tue Oct 15, 2024 5:00 pm
by rongreen
I really could use another pair of eyes to help me see what I am overlooking to fix an issue where my form is fine for all breakpoints in WYSIWYG, but as soon as I pick display in browser none of the design is maintained and things gets rearranged and fields get squished when the breakpoint is less than 1280 (default). Thank you for any help!
https://www.greensphotoimages.com/alljo ... page_1.zip
Re: Form structure failing over breakpoints
Posted: Tue Oct 15, 2024 5:43 pm
by Pablo
Most of your form fields have a fixed size (full width is set to 'false') which means that they will not scale on different screen sizes.
I suggest to set 'full width' to true.
Re: Form structure failing over breakpoints
Posted: Tue Oct 15, 2024 6:39 pm
by rongreen
Thank you Pablo, that worked!
Re: Form structure failing over breakpoints
Posted: Tue Oct 15, 2024 6:47 pm
by rongreen
The Send and Reset buttons disappeared on the 440 B, but show on the 1280 and 768. How do I make them show or locate them? They still show in the Object manager.
Re: Form structure failing over breakpoints
Posted: Tue Oct 15, 2024 7:33 pm
by Pablo
In your demo project it seems to work correct?