Sticky or static header

Abayomi Ogunsan Posted in Technical Support 4 years ago

I want the topbar to remain static while scrolling through the page or feed area.

Replies
us Theyadora Leeper Replied 4 years ago

go to
themes/YOURTHEME/plugins/default/css/core/default.css
search for .topbar
change
position: relative;
to
position:fixed;
(This sometimes messes with the topbar padding but give it a go)

German Michael Zülsdorff Replied 4 years ago

You may try the GreenByGreen theme - it comes with a fixed topbar.