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.

Input doesn't show

  1. Hello there,

    Not sure why but in this form: http://www.apky.cl/inscripcion-congreso-apky/
    I can not see the name field. When I check it on the preview it looks awesome but on the site does not appear. The same with some verification boxes on the bottom, just appear one.

    Thanks.

    Posted 11 years ago on Thursday April 25, 2013 | Permalink
  2. Your issue is due to some CSS inheritance from your theme. You have this in your theme:

    [css]
    form label {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    }

    This snippet below will solve that for you. Just place in your theme's stylesheet (or wherever you are instructed to place custom CSS at the theme level):

    [css]
    .gform_wrapper .top_label .gfield_label {
    float: none;
    width: auto;
    }
    Posted 11 years ago on Thursday April 25, 2013 | Permalink
  3. Excellent, now is working!.

    Posted 11 years ago on Thursday April 25, 2013 | Permalink
  4. Awesome, glad to help!

    Posted 11 years ago on Thursday April 25, 2013 | Permalink

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