sticky menu business focus
Greetings
Im trying to make the menu of business focus free theme sticky with CSS.
I've tried:
site-header{
position:sticky;
}
or
site-header{
position:fixed;
}
But it seems to not work.
How do I do this with this theme?
Best Regards,
bernabranco