WPform button centering issues

I’m having some trouble centering a button in my WPform - it’s showing centered in cornerstone but it isn’t appearing on the live page. Any help would be appreciated - i’ve attached an image showing the issue and the CSS used.

Hi @Adamjaweed,

Please try updating your custom CSS to this:

.wpforms-submit-container {
     text-align: center;
}

If it doesn’t help, please provide us with your the URL which you’re working so we can take a closer look.

Thank you.

Thanks, i’ve actually solved this issue but could you perhaps let me know how to change dropdown backgrounds in WPforms instead? I’ve got the main one changes, but when i select the dropdown the background listing the items is unchanged

Hi @Adamjaweed,

I tried with this custom CSS but it’s not working:

div.wpforms-container-full .wpforms-form select option {
    background-color: white !important;
}

It seems not possible to change that background:

In this case, you should try contacting to the WPForms plugin author to get support about this.

Thank you.

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