How do I centre the button on my form?

Hi, what CSS should I add to the theme css customiser to centre the button on my form here: https://loveweddingphotosandfilm.co.uk/contact/

Thanks.

Hi Jon,

To resolve the issue, try the following CSS code in the child theme’s style.css file or in Appearance → Customize → Additional CSS.

#gform_14 .gform_footer {
    justify-content: center !important;
}

That worked perfectly. Thank you very much!