Hi MarkAtBP,
Thanks for hopping in the forum. When adding the form into a php file, two elements would be added. A .mc_custom_border_hdr class that would wrap the header text and a #mc_signup id that wraps the entire form. Setting a width to both of these elements will shrink the form and allow you to center it.
Here’s some example code you can add to the theme’s style.css file.
#mc_signup, .mc_custom_border_hdr {
width: 200px;
margin: 0 auto;
}
This will make the whole form 200px and center it.
Let us know if you have any other questions.
-mc_d
Hi, I’m having a similar issue, where the email text box insists on being 153×22. I used the CSS code upstairs, and set it to 600×80 to match the first & last name fields, and still won’t work.
[Removed] – Moved to another thread.