Hello,
In this case you should use CSS style in Theme Options->Custom CSS->Global Custom CSS. For example you can reduce height and logo size.
.header-logo img {
max-width: 70px;
float: left;
}
.navbar {
padding: 7px 0;
}
.navbar-right {
margin-top: 10px;
}
Regards,
Robert Hall.