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.

Two column split

  1. I'm trying to get my two columns to be side by side. I'm guessing this is probably in my theme's style sheet, but I can't find it (I'm not very well versed in CSS).

    Here is the page I'm working with:

    http://www.stricklandlegacyfarms.com/order-form/

    Any help would be greatly appreciated.

    Posted 11 years ago on Sunday February 17, 2013 | Permalink
  2. Actually, you need to alternate your use of gf_left_half and gf_right_half. The use goes as follows:

    Field 1 - gf_left_half
    Field 2 - gf_right_half
    Field 3 - gf_left_half
    Field 4 - gf_right_half

    and so on. Right now you have all of the gf_left_half and gf_right_half lumped together.

    Posted 11 years ago on Sunday February 17, 2013 | Permalink