How to center fields in WPForms layout?

I’m having an issue centering the first three input fields on my WPForms contact page. Could I get some help in doing this?

Thanks!

Hi Sterling,

Thanks for reaching out.

To center the input fields, please add this code below in your Pro > Theme Options > CSS.

div.wpforms-container-full .wpforms-form input[type=text], div.wpforms-container-full .wpforms-form input[type=email] {
   margin: 0 auto;
}

Please note that providing custom CSS code is outside the scope of our support. Issues that might arise from the use of custom CSS code and further enhancements should be directed to a third-party developer or you can avail One where we can answer questions outside of the features of our theme.

Hope that helps.

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.