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.

Please help: Unable to get Time field label (HH) to display correctly

  1. nspanther
    Member

    I cannot get Time Fields to display properly. The label placement for hour (HH) appears 2-3 lines under the field the line that proceeds the HH has a spurious ":" on a line of its own. See the URL: http://ebc-ny.com/request-pastor-trufant-to-speak/.

    Additionally, the calendar icon for date is a bit off-centered to me. I really need to get this corrected today. Thanks in advance for your help.

    Posted 12 years ago on Tuesday April 17, 2012 | Permalink
  2. It's a conflict with your theme css, the display: block here is your cause:

    [css]
    input[type="text"], input[type="password"], input[type="email"], textarea, select {
    border: 1px solid #CCC;
    padding: 6px 4px;
    outline: none;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #777;
    display: block;
    background: white;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    }
    Posted 12 years ago on Tuesday April 17, 2012 | Permalink
  3. nspanther
    Member

    Rob,

    Thanks for the reply. Is circling back to the theme's vendor the only workaround here?

    Posted 12 years ago on Tuesday April 17, 2012 | Permalink
  4. Try dropping this into your theme's stylesheet:

    [css]
    #input_4_4_1, #input_4_5_1 {
    display: inline-block;
    }
    Posted 12 years ago on Tuesday April 17, 2012 | Permalink
  5. nspanther
    Member

    It worked!!! I really appreciate your help here. Yeah, this is a Headway theme and I have raised it to them as a theme conflict to be resolved as I think they are affiliates (or at least recommend Gravity Forms).

    Posted 12 years ago on Tuesday April 17, 2012 | Permalink
  6. No problem, glad to help out.

    Posted 12 years ago on Tuesday April 17, 2012 | Permalink

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