Increase Header Height

Please go to Appearance >> Themes and ensure that you have Entrada Child theme installed and activated.

Next, please go to Appearance >> Editor and ensure that you are editing Entrada Child theme and that you are on style.css file. Next copy the CSS code below and paste it inside your style.css.

.logo {
    padding: 0;
    margin: 8px 0;
}
.logo img {
    max-height: 87px;
}
.logo:before {
    margin-right: -1em;
}
.fixed-position .logo {
    padding: 0;
    margin: 8px 0 0;
}
.logo a {
    padding: 0;
}
.search-form {
    top: 33px;
    z-index: 999;
}
.navbar-default .navbar-toggle {
    top: -59px;
}
@media only screen and (min-width: 992px){
.navbar-default .navbar-nav > li {
    padding: 35px 6px 0;
}
#header.fixed-position .logo {
    height: 87px;
}
#header.fixed-position .logo img {
    max-height: 87px;
}
#header.fixed-position .navbar-default .navbar-nav > li {
    padding-top: 37px;
}
.navbar-default .navbar-nav > li > a {
    height: 58px;
}
}
@media only screen and (min-width: 1025px){
#header.fixed-position {
    height: 95px;
}
#header.fixed-position .navbar-default .navbar-nav > li > a {
    height: 58px;
}
}
@media only screen and (min-width: 1230px){
.navbar-default .navbar-nav > li {
    padding: 50px 9px 0;
}
.navbar-default .navbar-nav > li > a {
    height: 72px;
}
}
@media only screen and (min-width: 1600px){
.navbar-default .navbar-nav > li {
    padding: 46px 14px 0;
}
}
/** ipad menu style **/
@media only screen and (max-width: 991px){
.navbar-collapse {
    background: #ffffff;
}
.navbar-default .navbar-nav > li {
    border-top: 1px solid #ffffff;
}
#header .navbar-default .navbar-nav > li > a {
    color: #474D4B;
}
#header .navbar-default .navbar-nav > li > a:hover, #header .navbar-default .navbar-nav > li > a:focus {
    background-color: #f8f8f8;
}
}