Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author codepeople

    (@codepeople)

    Hi,

    Into the form builder in the administration area, click the “Form Settings” tab and you can change there the alignment of the field labels.

    Thank you for using the plugin!

    Plugin Author codepeople

    (@codepeople)

    Hi,

    There are other solutions if you want centering the form in the page’s content. These solutions require that you activate the “Text” tab in the content editor, because if you insert a HTML tag in the page’s content with the “Visual” tab selected, the symbols “<“, and “>” are replaced by “<“, and “>” respectively.

    First solution. Inserts the form shortcode into the center tags:

    <center>...</center>.

    Second solution. Inserts the form shortcode into DIV tags with some styles defined:

    <div style="width:50%;margin-left:auto;margin-right:auto;">...</div>

    Thank you for using the plugin!

    Thread Starter ultimateuser

    (@ultimateuser)

    Thanks! Yes it was actually about centering the complete form on the page. I now achieved it with some left padding, but will look into your solution as well!

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Centering form’ is closed to new replies.