Hey folks,
I’m trying to put a site wide notice on my page and am using the Orbisius Simple Notice plugin. It works well, other than that when you scroll down, the gap left for the notice is still there at the top of the page. You can see what I mean by visiting http://www.VanTasks.ie as I have the notice live now.
I’m sure this is more a plugin issue than an enfold issue but if anyone has any suggestions, please let me know. Alternatively, and even more attractive, was if by chance Enfold has the ability to do something similar without the need for the Orbisius Simple Notice plugin.
Any feedback appreciated!
Hi cormie!
Thank you for using Enfold.
You can add this in the Quick CSS field to fix the scrolled header:
.header-scrolled {
top: 0;
}
Cheers!
Ismael
Thanks a lot, that seems to have helped :)