PLEASE NOTE: These forums are no longer utilized and are provided as an archive for informational purposes only. All support issues will be handled via email using our support ticket system. For more detailed information on this change, please see this blog post.

Need Padding inside text fields

  1. emindy
    Member

    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!

    Posted 10 years ago on Wednesday July 10, 2013 | Permalink
  2. Richard Vav
    Administrator

    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

    Posted 10 years ago on Thursday July 11, 2013 | Permalink
  3. emindy
    Member

    That fixed it! Thank you so much for your help and time! :-)

    Posted 10 years ago on Thursday July 11, 2013 | Permalink
  4. Richard Vav
    Administrator

    You're welcome, I'm glad that helped.

    Posted 10 years ago on Thursday July 11, 2013 | Permalink

This topic has been resolved and has been closed to new replies.