Hello, I have the shrink effect turned off, and the header is set to sticky and Slim.
For some reason, when the header is at the top of the screen, it is always about 20px large, and then shrinks when you scroll.
Thanks
Hey haydaw!
Can you please post the link to your website? Please make sure to flush cache if you are using a caching plugin
Best regards,
Yigit
Hello,
The URL is: [REDACTED]
You can see that the header will slightly shrink upon scrolling. I have this feature turned off, and I believe it’s a different amount of pixel’s anyways.
Not sure what’s creating this space.
Thanks,
Hayden
Hello,
Is there any update on this? I can’t find anything that would be causing these extra pixels.
Thanks
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.html_header_top.html_header_sticky #main {
padding-top: 72px;
}
There is extra top padding above main content which makes header look bigger before scrolling. That code should fix the issue
Cheers!
Yigit