Hi. I want to do sticky header with custom css. The only problem is, it also hides the top bar even before the scroll starts (which is above the menu header bar).- This I wrote-
#site-header {
position: fixed;
top: 0;
left: 0:
right: 0;
}
Please advice what additional I should write in css to view top bar before scroll starts.
]]>