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.

Multiple inputs on one line

  1. webdevstudios
    Member

    I'm having an issue with fitting multiple inputs on one line.

    I've already styled the LI elements as such:

    #field_3_8, #field_3_9 {
    	float:left !important;
    	font-size:11px;
    	margin-right: 10px !important;
    	width: 55px !important;
    }

    and although the width is definitely modifying the element, the float is not bringing the second field onto the same line.

    Any ideas?

    Posted 13 years ago on Thursday April 28, 2011 | Permalink
  2. try using "gf_inline" in the CSS Class name option for each field you want to display inline instead of adding other styles. It should do what you want. It's in the 1.5 stylesheet with the other ready classes, I just haven't added it to the documentation yet.

    Let me know how that goes

    Posted 13 years ago on Thursday April 28, 2011 | Permalink
  3. webdevstudios
    Member

    Ah that did it perfectly! Thanks for the tip.

    Posted 13 years ago on Friday April 29, 2011 | Permalink
  4. Wonderful. Thanks Brad. Guess I should document that huh ;).

    Posted 13 years ago on Friday April 29, 2011 | Permalink

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