Hello,
I am using the following CSS to display some fields in an inline-block:
.Row1 {display:inline-block; width:25%; vertical-align:top;}
This looks great in a web browser but not the best on a mobile device (see attached screenshot). I unchecked the option to Optimize on mobile devices to see what it looked like but they then of course would have to scroll left and right on the form to see the rest of the fields.
Is there some additional CSS or JavaScript I could use that would have those fields in the display from top to bottom if they do not fit on the screen rather than squeezing them together to try and make them fit side-by-side?