If I’m putting an information form on my website how can I change the size of the form so it doesn’t take up my whole website?
The simplest way is to use a wrapper with a set width. Using media queries you can set the width based on device width.
The wrapper could be a DIV or TABLE containing form controls, or a FORM element with all controls contained.
2 Likes