Viewing 2 replies - 1 through 2 (of 2 total)
  • The “submit” button, its in its own “div” element, so just do a CSS call

    #fm-form-# div {
    float: left;
    }

    fm-form-# – your form ID in the form tag.

    Or define the “div” with a width and auto-margins

    Thread Starter VectorConsultant

    (@vectorconsultant)

    It worked by setting the margin. Thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘submit button location’ is closed to new replies.