After researching articles, it became clear to me that input[type="file"]
displays differently across various web browsers.
I am in need of a simple solution using only CSS to address this issue as I only require adjusting the width
of the element.
The website I am currently working on can be found here: (
http://210.48.94.218/~printabl/contact/
). When viewed with Firefox, the page layout is not ideal.
Q: What is the best way to adjust the width using CSS? Or is there an easier fix for this problem?