maybe its a bug, but I am not quite sure.
I installed Layla J4 on a fresh J4 installation.
In the template options I choose "Sticky Header"= YES.
But on my frontend is see only this:
@media only screen and (min-width: 768px) {
#container_header,
.sticky-wrapper {
position: absolute;
}
If I check the template demo, I see this code on #container_header:
#container_header {
position: sticky;
top: 0;
}
I can add
#container_header {
position: sticky !important;
top: 0;
}
to my custom.css but this seems to be only a workaround, right?
What do you think?
Regards
Oliver