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.

2 Column layout width

  1. Rather than have the column width be defined by percentage, I'd like to define the gf_left_half and gf_right_half classes to be a certain length rather than 49% each.

    In doing so, will that reduce the text field to be the maximum width of the column?

    Here is my example form...the 'Name' is set to medium, the rest are set to small. My goal is to have the text fields to all be the same width, but somewhere in between those two.

    http://lesro.info/?page_id=13

    Essentially, I'm looking to replicate this layout:
    http://lesro.com/Contact.html

    Posted 11 years ago on Wednesday October 24, 2012 | Permalink
  2. Set them all to small and then try dropping in this CSS snippet into your theme's stylesheet:

    [css]
    .gform_wrapper .top_label li.gfield.gf_left_half input.small, .gform_wrapper .top_label li.gfield.gf_right_half input.small {
    width: 50% !important;
    }

    Feel free to adjust that % or use a pixel value if you'd like.

    Posted 11 years ago on Wednesday October 24, 2012 | Permalink

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