Can I make fields all the same length?

In the default theme, some field are shorter so that the form is more compact.

If you would prefer that they are all the same length like this

Add the following to your theme’s Additional CSS

.dk-speakout-petition .dk-speakout-half {
  margin: 0 4% 0 5% !important;
  width: 90% !important;
}

​If your theme doesn’t show Additional CSS you can access it directly from yoursite.com/wp-admin/customize.php