Hello, I need to add extra padding inside the text fields so that typing is not hidden as seen in this screenshot: http://i.imgur.com/GOvgqRy.jpg
The form can be seen at the bottom of this page: http://goo.gl/qKoQ8
Thanks for any help!
Hello, I need to add extra padding inside the text fields so that typing is not hidden as seen in this screenshot: http://i.imgur.com/GOvgqRy.jpg
The form can be seen at the bottom of this page: http://goo.gl/qKoQ8
Thanks for any help!
Hi,
I am getting the following error while trying to view your page.
The web page at http://www.otolaryngologyla.com/adult-otolaryngology/ might be temporarily down or it may have moved permanently to a new web address.
However if you add the following towards the bottom of your theme's stylesheet you should be able to add however much padding you want to that paragraph text field.
.gform_wrapper .gfield textarea {
padding:10px
}
If you want to add padding to all of those fields then you would use the following instead.
.gform_wrapper .gfield input[type=text], .gform_wrapper .gfield textarea {
padding:10px
}
If those don't work or you need more help just post a working link and we will take a closer look.
Regards,
Richard
That fixed it! Thank you so much for your help and time! :-)
You're welcome, I'm glad that helped.