Hey Kim,
Thanks for writing in to the forum. In taking a look at the site, it looks like a lot of the styling issues are related to the container that the signup form is being placed in. While I’m not completely clear on what the desired layout is, I’d be happy to help as best I can, though this may ultimately require making changes to the container surrounding the plugin, which would then be outside of what we generally provide support with in this forum.
For the text issues, if you’re referring to the input field labels, you can target that by adding this bit of css code:
#mc_signup_form .mc_var_label {
font-size: 10px;
}
And changing the pixel value there. I noticed that the submit button’s text is a bit large and cut off too, so you can add this css code to target that:
#mc_signup_submit {
font-size: 10px;
}
Would you be able to elaborate a bit on the spacing issues you’re referring to? Also, feel free to include any other specifics that you’re looking to target/change.
-tk