Sticky header without animation
G
Gregor Kalinski
I would like an option where the sticky header stays sticky when you scroll without any kind of animation, jump down, fade and such.
Basically a permanently sticky header. There was a post on the facebook page as well and people seem to want this functionality.
A
Anguel
Unfortunately, the CSS workaround shown here affects all parts of the header. So the request remains: Please add an option to just completely disable the animations under Sticky Style (jump, fade) header options. Animations can get annoying and even slow down things on slower devices and it is really annoying that there is no way to just have sticky headers without fancy animations in Flatsome. I saw this request multiple times but there is no good solution for this so far, just some CSS workarounds but they influence the whole header and cannot be applied to the the different parts (top, main, bottom) AFAIK. Thanks a lot in advance!
Dani Fagan
Try adding custom code:
.header-wrapper {position:fixed;}
#content {padding-top:79px} (79 or whatever your header height it set to) and it seems to work OK as a quick fix
W
WCS
Yes that is a good idea !
We need it too.
Dani Fagan
WCS: see reply below