Hello,
What's the best approach for increasing the input size for the following widget form from 47% to 85%?
It's a bit too narrow and I'd like to increase it.
Link: http://dev.bitcadet.com/lefleuristeshop/about-us/
Many thanks,
DD
Hello,
What's the best approach for increasing the input size for the following widget form from 47% to 85%?
It's a bit too narrow and I'd like to increase it.
Link: http://dev.bitcadet.com/lefleuristeshop/about-us/
Many thanks,
DD
You would want to place something like this into your theme's style sheet:
[css]
.gform_widget .gform_wrapper .top_label input.medium, .gform_widget .gform_wrapper .top_label select.medium {
width: 85% !important;
}
Thanks Rob!
No problem, glad to help!