The issue is that your theme is applying hidden overflows to the body element which prevent CSS sticky from working. I recorded a video showing how removing those properties fixes the issue: https://a.cl.ly/o0uKLYbX
You’ll want to contact the theme developer and let them know about the issue. You could even suggest they update their theme to do what I do in my Total theme which is use overflow “clip” instead of “hidden”, this allows sticky to function correctly ??
I am releasing an update shortly that will include some new options included an option for roundedness, see here:
But if you want you can add a little CSS to your site for the meantime, example:
.easy-notification-bar-button a {
border-radius: 9999px;
}
AJ
This reply was modified 1 year, 4 months ago by wpexplorer.
Viewing 1 replies (of 1 total)
The topic ‘Make header sticky’ is closed to new replies.