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.

CSS/ Forms Labels/ How do I change them

  1. I have been trying to figure this out all weekend. if you go to this address you will see the issue I am having. http://carlsondreamvaca.com/reservations/

    The labels for the input fields are really far below the input fields. This is causing issues for the client because they are confused by which line is which. I have been trying to find where I can edit this bu I can't find it.

    Please help!

    Posted 11 years ago on Monday April 8, 2013 | Permalink
  2. Richard Vav
    Administrator

    Your theme is adding a 20px margin to the bottom of the inputs which is what is pushing the labels away, you can counteract that by adding the following to the bottom of your themes stylesheet

    [css]
    .gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=number], .gform_wrapper input[type=password], .gform_wrapper textarea, .gform_wrapper select {
        margin-bottom: 0 !important;
    }
    Posted 11 years ago on Monday April 8, 2013 | Permalink
  3. Thank you VERY much!

    Posted 11 years ago on Tuesday April 9, 2013 | Permalink
  4. Richard Vav
    Administrator

    You're welcome

    Posted 11 years ago on Tuesday April 9, 2013 | Permalink

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