Add this code to Theme Options – Other – Custom CSS:
@media only screen and (min-width: 1078px) {
#site-logo {
margin-top: 10px;
float: right;
max-width: 90%;
}
}
.hgroup-wrap {
padding-bottom: 10px;
padding-top: 0;
}
@media only screen and (max-width: 767px) {
#site-title a img {
max-width: 360px;
}
}
@media only screen and (min-width: 1078px) {
.hgroup-right {
margin-top: 60px;
}
}
This will make sure to remove margin above and below logo and will also tweak it to work better on mobile.