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 Ready Class

  1. omoplata
    Member

    Is there a minimum width of the content area for this to work?

    I'm finding that if I use gf_left_half on a field and then gf_right_half on the next field, they're not staying on the same line in the final rendered html. I've made the sizes "small" which didn't make any difference.

    The content area is 940 px, so I feel that should be plenty of width to fit two fields side-by-side.

    Posted 11 years ago on Wednesday July 18, 2012 | Permalink
  2. Do you have a link to your form?

    Posted 11 years ago on Wednesday July 18, 2012 | Permalink
  3. This is your culprit: Screenshot

    Try dropping this snippet into your theme's stylesheet:

    [css]
    body .gform_wrapper form .gform_body ul,
    body .gform_wrapper form .gform_body ul li {
    	list-style-type: none !important;
    	list-style-image: none !important;
    	list-style: none !important;
    	background-image: none !important;
    	background: none !important;
    	padding: 0 !important;
    	margin: 0 !important;
    	border: none !important
    }

    Result

    Posted 11 years ago on Wednesday July 18, 2012 | Permalink
  4. omoplata
    Member

    Awesome! That fixed it. Thanks!

    Posted 11 years ago on Wednesday July 18, 2012 | Permalink
  5. Right on, glad to help!

    Posted 11 years ago on Wednesday July 18, 2012 | Permalink

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