Comments on: How To Implement a Sticky Header In WordPress https://www.fixrunner.com/how-to-implement-sticky-headers-in-wordpress/ All in one WordPress Service Thu, 05 Sep 2024 05:11:02 +0000 hourly 1 https://wordpress.org/?v=6.7.2 By: Mehul Das https://www.fixrunner.com/how-to-implement-sticky-headers-in-wordpress/#comment-114975 Tue, 27 Jul 2021 03:47:42 +0000 https://www.fixrunner.com/?p=69103#comment-114975 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.

]]>