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.

"gf_left_half" & "gf_right_half" - Alignment issue.

  1. jimmywhale
    Member

    Hello I've just purchased your wonderful forms plugin and am having a problem applying column classes to some form fields. I have selected the "Top Label" option for this form but applying alternating "gf_left_half" & "gf_right_half" to the last two form fields on this form - they wont line up horizontally.

    http://s139079.gridserver.com/?page_id=221

    See the 'City' and 'Phone' fields have these two classes applied. Any ideas as to what I might be doing wrong ?

    Thanks !
    James.

    Posted 12 years ago on Tuesday January 3, 2012 | Permalink
  2. Hey Jimmy, there is a style in your CSS that's the culprit here:

    [css]
    #content ul li {
    list-style: circle;
    margin-left: 20px;
    }

    That margin is causing your issue. So you can place this into your theme's stylesheet:

    [css]
    .gform_wrapper li {
    margin-left: 0 !important;
    }
    Posted 12 years ago on Tuesday January 3, 2012 | Permalink
  3. jimmywhale
    Member

    Thanks Rob !

    Awesome, all fixed.

    Cheers,
    Jim.

    Posted 12 years ago on Tuesday January 3, 2012 | Permalink
  4. Right on, glad to help!

    Posted 12 years ago on Tuesday January 3, 2012 | Permalink

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