Hi @mike2017,
Are you trying to put the fields all on one line or do you just want them smaller?
To make them smaller you’ll need to add some custom CSS. Are you familiar with adding custom CSS to your site?
This CSS will make the fields 50% of the current width and will center them.
.yikes-mailchimp-container-5 label {
width: 50% !important;
margin-left:25%;
margin-right:auto;
}
.yikes-mailchimp-container-5 .yikes-easy-mc-submit-button.yikes-easy-mc-submit-button-5 {
width: 50% !important;
margin-left: 25%;
margin-right: auto;
}