How to make topbar menu followed as in scroll ?

Muhammad Zulki Akbari Posted in General Discussion 8 years ago

how to make topbar menu followed as in scroll ?

Replies
French Eric F. Replied 8 years ago

Hi,

In https://github.com/opensource-socialnetwork/opensource-socialnetwork/blob/v4.x/themes/goblue/plugins/default/css/core/default.php#L189
Change:
position: relative;
to
position: fixed;

add a line with:
width: 100%;

Eric