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.

Columns not aligning correctly

  1. I've had this problem before...I'm trying to make a form with 3 columns. It splits into three columns using CSS gf_left_third, gf_middle_third, gf_right_third but the alignment is way off. Any suggestions? http://www.fivestargulfrentals.com/concierge-groceries/

    Thank you

    Posted 12 years ago on Wednesday March 14, 2012 | Permalink
  2. This style here is the cause:

    [css]
    .post-content ul li {
    margin-left: 20px;
    list-style: square;
    padding: 5px;
    font-size: 14px;
    }

    The margin and padding. You could try:

    [css]
    .gform_wrapper ul li.gfield {
    margin: 0;
    padding: 0;
    }
    Posted 12 years ago on Wednesday March 14, 2012 | Permalink
  3. That WORKED....THANK YOU!

    Posted 12 years ago on Wednesday March 14, 2012 | Permalink
  4. Once again, Rob saves the day.

    Posted 12 years ago on Wednesday March 14, 2012 | Permalink
  5. Right on! Superman underoos!

    Posted 12 years ago on Wednesday March 14, 2012 | Permalink

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