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.

Alignment issues

  1. I have twice issues occurring with my form. First, I created a multipage and selected a template with no sidebars. The form spreads the entire width on the first page, but not the other pages of the form. Any suggestions on how to correct this?

    Second, I format of the CSS class is not working for this...specifically on the second page. I tried setting up 2 columns and they are not aligned properly.

    Here is a photo of page 2 of the form: http://bignorth.powermediallc.org/files/2012/05/BCCA-Form1.jpg

    Thanks

    Posted 11 years ago on Monday May 7, 2012 | Permalink
  2. Can you post a link to your form?

    Posted 11 years ago on Monday May 7, 2012 | Permalink
  3. Try placing the below into your theme's stylesheet. Setting a defined px width on the form and then slightly adjusting the left-half % to accomodate as well.

    [css]
    #gform_wrapper_1 {
    width: 980px;
    }
    .gform_wrapper .top_label li.gfield.gf_left_half {
    width: 48% !important;
    }
    Posted 11 years ago on Monday May 7, 2012 | Permalink
  4. That worked for increasing the width of the additional pages, however we still have issues with the alignment of columns. They are not aligning correctly for me. Any suggestions for this?

    Thanks!!!

    Posted 11 years ago on Monday May 7, 2012 | Permalink
  5. Cool, just adjust that width % then, try 47%

    Posted 11 years ago on Monday May 7, 2012 | Permalink
  6. Aaahhhh. Thanks.

    Posted 11 years ago on Monday May 7, 2012 | Permalink
  7. No problem, glad to help out.

    Posted 11 years ago on Monday May 7, 2012 | Permalink

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