I am looking for CSS wisdom from users in the community. Do any of you have samples of cool designs or tips and tricks they'd like to share? I am curious about how to best set CSS for SharePoint fields while keeping the form responsive. I have found that adding a block of color for a background makes form become more "sticky" and loses some of its adaptive redraw responsiveness.
Plumsail Forms SharePoint Online Version 1.4.6 (2019)
how can we specify different form width depending on size of screen. i want the from width to be specified only for desktop big screens greater than 1600 everything else default
i ended up doing in javascript like below if anyone else need this code, but the solution you provides is better and it answers the other post i have created. Thank you.