How do I modify form width
Permalink
I am using the standard form block on my site. How would I go about increasing the width of my form fields. Is this controlled through a menu or is it hard-coded.
thank you
thank you
The easiest way to control this is going to be with CSS you can use the input selectors to control the width of the fields, something like this: .
Set a max-width:320px and a width:100% so its Mobile friendly 👍
awesome totally worked:
also fyi watch out for your other input types!
also fyi watch out for your other input types!
Perfect advice. Thanks!