For those that are looking for the answer for this, it was resolved here:
http://wordpress.org/support/topic/header-image-cut-off-in-under-the-influence-theme
In the theme’s header.php file change:
<div id="header">
To:
<div id="header" onclick="location.href='http://www.YourSiteURL.com';" style="cursor: pointer; height: 105px;">
Substituting your url for http://www.YourSiteURL.com
Fixed it with this:
<div id="header" onclick="location.href='http://www.lovelyandroid.com';" style="cursor: pointer; height: 105px;">
Probably completely wrong, but it worked.
The same thing is happening to me. It says “Could not connect to Twitter.”