Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author hoffcamp

    (@hoffcamp)

    Sorry I’ve been out of town for the past couple days.

    The easiest way would be to add some CSS to your theme:

    #fm_form_submit{
    float:left;
    margin-left:50px;
    }

    This will put the submit button 50px from the left of the form.

    If your theme doesn’t have an easy way to add custom CSS, you could make a ‘note’ element in your form, put it at the very top, remove the label, and check the ‘html’ button. Then put the following in the note:

    <style>
    #fm_form_submit{
    float:left;
    margin-left:50px;
    }
    </style>
    Thread Starter Barni

    (@barni)

    Thx a lot. Great support:)

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘[Plugin: WordPress Form Manager] Submit Button’ is closed to new replies.