Hey,
It worked for us.
Changed the media query max-width to include the larger size of mobile on horizontal layout. Maybe this is worth raising with Ed if a few of us are having the same issue.
Here is the code I used.
/* Mobile media query */
@media only screen
and (max-width: 768px) {
#logo {
padding-top:15px;
}
}
Cheers