Thread Starter
cd99
(@cd99)
So I figured out how to add some space above “first name” to get it to appear lower by using
#mc_signup_form .mc_var_label
{
padding-top: 20px;
}
Success!
But I can’t figure out what the code would be to get “email address” and “first name” to be a little closer to their respective fields… Any ideas? Thanks!