• Resolved Craig

    (@craigrkirkby)


    Hi

    Great plugin!

    I am trying to customize the signup form I’ve created. I’ve tried all the options (widget, HTML, shortcode, etc.) given but nothing can center the submit button.

    The “email address” field centers along with all text I’ve added, but the submit button is aligned left and won’t budge.

    Please advise.

    https://www.ads-software.com/plugins/wysija-newsletters/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Try adding an !important after your CSS rules. Example:

    .wysija-submit{
    margin: 0 auto !important;
    }

    Also, we don’t provide support for CSS customizations.

    Thread Starter Craig

    (@craigrkirkby)

    Thank you!

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