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.

Paragraph Text Lost formatting

  1. Hey,

    I received help for my previous issue and it worked great, but I ran into one more issues.

    http://dev.treelifedesigns.com/superu/bookings/

    It seems that the default text does not integrate on to the paragraph/message section - I also lost my rounded corners on that box and can not figure it out. Any ideas ?

    Posted 11 years ago on Wednesday August 22, 2012 | Permalink
  2. You need to account for the textarea - it's not an input, so replace this selector in your stylesheet to account for it:

    [css]
    .gform_wrapper .top_label input.medium, .gform_wrapper textarea {
    background-color: white;
    border: 0 none;
    border-radius: 5px 5px 5px 5px;
    color: #9BC6F3;
    font-size: 12px;
    height: 20px;
    margin: 0 7px 4px 0;
    padding-left: 5px;
    width: 200px;
    }
    Posted 11 years ago on Wednesday August 22, 2012 | Permalink