I have a form as a widget in the sidebar.
How can I change the width of the textarea and inputs?
They are currently set to 40 and this is too wide for my sidebar.
Thanks,
George
I have a form as a widget in the sidebar.
How can I change the width of the textarea and inputs?
They are currently set to 40 and this is too wide for my sidebar.
Thanks,
George
Go to plugins/Contact Form 7/modules/text.php
about line 66, change this:
else
$atts .= ' size="40"'; // default size
to this:
else
$atts .= ' size="32"'; // default size
I changed mine to 32 to work in my side bar, but you can play around with different numbers to see what works best in yours.
That worked just great.
Thank you very much!
George
Its not working for my theme "arthemia"...still too wide for select/ drop down, help me please :(
Liez - for your dropdown, you probably want to edit select.php instead.
This topic has been closed to new replies.