Hi Gwen,
Thanks for posting this and welcome to the forums! :)
That's basically a css modification that you can apply to either the image [if you define it within a class or an ID] or the ContactBuddy plugin itself. ContactBuddy itself doesn't have an option to allow that or integrate into images around it. Usually this isoutside the scope of support we provide [outside of standard plugin setup/issues/etc], though this seems an easy css edit that should go along with your site's theme very nicely [love your design, btw!].
Put the following in your theme file's css, at the bottom:
#contactbuddy-1
{
margin-top: -50px;
}
That will move the ContactBuddy form up and align it right below the image.
You can play with that number a bit [the more negative the number, the higher the ContactBuddy box will go]. It basically tells the browser to make the top margin of that element [which is basically all of ContactBuddy on that page] overlap anything before the standard top area boundary of that element by 50 pixels. You may notice that the number produces different results for different browsers [IE, FF and Chrome], so you may want to get close to a number that looks the best in all browsers foryou.
Let me know how it goes.
Regards,