Hi,
the normal Header 50 like the current one and the sticky header / logo, if you scrolling down should be 34.
Thanks and best regards,
Andreas
PS.: With 3.4.4. it’s working now as well with theme header option, but then the sticky header isn’t shrinking anymore and the header has always the same size.
So what makes most sense if we want to have the sticky header 34px?
Cheers
Andreas
Hey Yigit,
thanks for your support. Works like a charm.
I tried your solution already in the version 3.4.3. but it doesn’t worked out properly… So now I’ll update manually on 3.4.4 and will try again and share if it works, without your code in quick css.
Thanks again
Cheers
Andreas
as well I changed in wp-content\themes\enfold\js\avia.js file
el_height = $(elements).filter(‘:first’).height(),
to
el_height = 63,
and in Quick CSS just
.fixed_header.social_header #main {
padding-top: 93px;
}
still the same problem…