Hey Guys,
I ended up having to do some custom code in the css. This is what I put in:
button.mktoButton {
margin-top:-62px !important;
position : absolute;
font-family:Helvetica, Arial, sans-serif !important;
font-size:1em !important;
width: 150px !important;
height: 43px !important;
color:#ffffff !important;
font-weight:bold !important;
text-shadow: none !important;
}
The part in bold moves the button up vertically. Not the best way to do it but a fix all the same.
So all you have to do is drag it to the right as far as you need and use the margin to move it up.
Cheers,
Bec