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.

Width of Paragraph Text

  1. http://www.papersprinkles.com.au/contact/

    I have a problem with the 'Message' (paragraph text) input box being the full width - I have changed the settings for it to be a Medium size, but it didn't reduce the size - it still appears to be the large size.

    The other fields are all Medium size and appearing as I need them to.

    Any suggestions? Thanks

    Posted 10 years ago on Monday May 6, 2013 | Permalink
  2. Richard Vav
    Administrator

    The size setting for the textarea field actually only adjusts the height, not the width, so to reduce it's width to match your other fields you can add the following towards the bottom of your themes style.css file

    .gform_wrapper textarea {
        width: 47% !important;
    }

    Regards,
    Richard
    --
    Just another member of the community helping out where I can

    Posted 10 years ago on Monday May 6, 2013 | Permalink