Hello,
We have checked out your Codes and as we have mentioned earlier, you will need to use CSS to set your Header/Logo sizes. Consider using the following CSS instead:
[ch_pre type="css"]/* Custom Header Size
-----------------------------------------------------------------*/
.header-size-custom #logo img {
height: 70px;
}
@media (min-width: 992px) {
.header-size-custom #logo {
height: 70px;
bottom: -40px;
}
.header-size-custom #logo img {
height: 150px;
}
.header-size-custom .header-wrap-clone {
height: calc( 70px + 1px );
}
#header.header-size-custom + .include-header {
margin-top: calc( -70px - 2px );
}
.header-size-custom.sticky-header-shrink #header-wrap #logo img {
height: 70px;
}
.header-size-custom .menu-container > .menu-item > .menu-link {
padding-top: 24px; /* (70px - 22px)/2 */
padding-bottom: 24px; /* (70px - 22px)/2 */
}
.header-size-custom.sticky-header-shrink .menu-container > .menu-item > .menu-link {
padding-top: 24px; /* (70px - 22px)/2 */
padding-bottom: 24px; /* (70px - 22px)/2 */
}
}[/ch_pre]
This will definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.