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.

Adding submit to third column

  1. I need help moving the submit button to the third column of my form.

    Please can someone advise.

    Craig

    http://www.earsplintz.co.uk/

    Posted 10 years ago on Monday July 8, 2013 | Permalink
  2. Richard Vav
    Administrator

    Hi Craig,

    You could use the following CSS to float the button up and to the right of the address field, I have guessed the position but you can adjust that by tweaking the margins.

    #gform_widget-2 .gform_footer.top_label {
    float: right;
    margin: -50px 200px 0 0;
    }

    Regards,
    Richard

    Posted 10 years ago on Monday July 8, 2013 | Permalink

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