• Resolved John

    (@dsl225)


    Hi guys,

    How to get with CSS the submission button at center of page please?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Williams – WPMU DEV Support

    (@wpmudev-support8)

    Hello @dsl225

    I hope you’re well today and thank you for your question!

    You can do this with an additional CSS. To add it to the form, go to form “Appearance” settings and enable “Enable custom CSS” option then put following code there:

    .forminator-button-submit {
    	margin:0 auto;
    	display:block;
    }

    and update the form.

    This should do the job but please note that you might need to clear cache on site/in browser to see results.

    Best regards,
    Adam

    Thread Starter John

    (@dsl225)

    Many thanks Adam, that worked fine.
    Great support as usual here!

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