Hi,
I have a contact form on the bottom of this page.
Does anyone know how I can amend the code so the fields of the contact form span the full width on the body container?
Ross
Use width: 100%; on the inputs and textarea.
width: 100%;
Hi,
I have a contact form on the bottom of this page.
Does anyone know how I can amend the code so the fields of the contact form span the full width on the body container?
Ross
Use
width: 100%;on the inputs and textarea.