the erring plugin is google-adsense-lite
Please disable it and clicking on the events again.
My subscription form is too short and my subscribe button is halfway off the form.
The subscribe button displays fine for me. If you want it to be resized to 100px, then add the following:
#mc_signup_submit.button {
width:100px;
}
You could control by adjusting the left margin:
#mc_signup_submit.button {
margin-left:65px;
}
How can I make the form longer so that my subscription button fits on it?
To make the form longer, mc_tak’s code should work fine. I have used this code to check it:
#mc_signup_form {
height: 250px;
}
Try to have more than 1 page on your site.
The reason? – it couldn’t find at least 2 pages on your blog.
If you do a fresh install of wordpress, the option will not show unless you create another page (a total of 2 – one is the sample page and the other one is the new page)
Good luck!