Making the header fixed
Hi,
I am trying to make the header fixed (not to disappear on scroll).
I disable sticky header and added the css
Header .top_bar_left, .header-classic #Top_bar, .header-plain #Top_bar, .header-stack #Top_bar, .header-split #Top_bar, .header-fixed #Top_bar, .header-below #Top_bar, #Header_creative, #Top_bar #menu, .sticky-tb-color #Top_bar.is-sticky {
background-color: #8694a8;
position: fixed;
}
but this just makes header background disappear.
How can I lock the header?
Comments