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.

Form Layout missing spaces

  1. I am totally new to this so bear with me. I am having problems trying to get the layout on the form to look tha way that I want, it keeps eliminating the spaces between the fileds.

    Here is a link to what it looks like http://www.realestatecowichanvalley.com/contact

    Posted 14 years ago on Thursday March 25, 2010 | Permalink
  2. There's a margin being declared on line 984 of your style.css file that's overriding the bottom margins on the form inputs and setting it to 0.

    You can append this to the bottom of your style.css file and it should fix it for you.

    .gform_wrapper ul.right_label li, .gform_wrapper form ul.right_label li, .gform_wrapper ul.left_label li, .gform_wrapper form ul.left_label li {margin-bottom:14px !important}

    Posted 14 years ago on Thursday March 25, 2010 | Permalink
  3. Thanks,

    I also stupidly had the alignment set left. Set it back to top align and that fixed the problem that I just spent 1.5 hours trying to sort out. Ahhh, it is so much fun learning new things sometimes. Thanks.

    Brian

    Posted 14 years ago on Thursday March 25, 2010 | Permalink
  4. Glad it's working now. Thanks for the update. Have fun learning and let us know if you need anything else.

    Posted 14 years ago on Thursday March 25, 2010 | Permalink