Hi,
Same question here,
Using the given codes above, the logo in sticky header becomes smaller when scrolling down, but the sticky header itself stays very high. How to make it less high (80px)?
See live site: http://www.mistymountain.nl/
Ive used the code:
.is-sticky > .sticky-header-resized{
height:80px !important;
}
.is-sticky #logo.has-img a > img {
height: 60px;
}
.full-center.resized-header #header, .full-center.resized-header .float-menu, .header-split.resized-header .float-menu {
height: 80px !important;
}
.full-center.resized-header #logo, .full-center.resized-header #logo.no-img a {
height: 60px !important;
}