Header Top Bar Builder
B
Bob
A Top Bar builder that can be placed above a header and that never sticks. Problem is that if you want to add a top bar, you have to duplicate your header and make it sticky in a way that is not so nice, see this video: https://www.loom.com/share/612a68c48d1e452c8c3859e7644b773e
A Top Bar Builder would solve this because a sticky header wil recognise it and keep the appropriate distance to it.
P
Pete
"A Top Bar Builder would solve this because a sticky header wil recognise it and keep the appropriate distance to it."
I don think this will work. When you create a sticky header it detaches it from the page. having a not sticky block above will still sit under the sticky element.
What might well work is to hide the top bar after scroll... using the same technique Louis used in the video ?
C
Carlton riffel
I hear you, I solved this by adding a border and changing z index. So I could have a top bar that wasnt sticky over a header that was.
Kenny Griffin
Yup, the whole sticky header functionality is pretty clunky as is.
P
Pete
Kenny Griffin Its pretty clunky in every site using HTML/CSS due to the sticky part not knowing how deep/long any non sticky element above is, on a responsive system. Pages also have to have an aproximate margin or padding added to not sit directly under the sticky header. Its a CSS limitation.