Hi There,
To achieve that, please add the following CSS under Customizer > Custom > Global CSS:
#x-subscribe-form-231 {
width: 90% !important;
max-width: 100% !important;
}
#x-subscribe-form-231 fieldset {
float: left;
width: 32%;
margin-right: 1%
}
.x-subscribe-form input[type="text"], .x-subscribe-form input[type="email"] {
margin-bottom: 0;
}
.x-subscribe-form input[type="submit"] {
padding: 9px;
margin-top: 0;
}
http://i.imgur.com/3bFT2ZR.png
Hope it helps 🙂