I found a post from a few years back that mentioned using the Display: inline-block CSS causes issues with the mobile friendly nature of Forms, and that fields could still be displayed side by side without using that CSS, but it didn't explain how. Here's that discussion:
https://answers.laserfiche.com/questions/114442/Mobile-friendly-form#114456
Does anyone know how to go about formatting fields so that they can appear side by side but also retain the ability to be compatible for mobile? I've been using display: inline-block to get forms looking real nice on PC, but they look horrid on mobile and I'm just now realizing that's because of the CSS I've been writing. Any tips/tricks to writing mobile friendly CSS that also looks great on desktop would be much appreciated. Thanks!