Viewing 1 replies (of 1 total)
  • Plugin Contributor Harish Chouhan

    (@hchouhan)

    Hello 2chihuahua,

    To update the button width, you would need to add something like below to your theme’s CSS file.

    .mc4wp-form input[type="submit"],
    .mc4wp-form button,
    .mc4wp-form input[type="button"] {
      width: 250px !important;
    }
Viewing 1 replies (of 1 total)

The topic ‘button width’ is closed to new replies.