Hello:
Is it possible to keep the Menu at the top of the site the entire time? For example, when you scroll down, you shouldn't see the menu.
Thanks,
Michael K.
#gkTop {top: 0 !important;}
Oscar E wrote:In general floating menu was based on extra class which added when user scroll page,
and my solution added one value always.
Oscar E wrote:Answer why, in big shortcut
#gkTop.active {
top: 0 !important;
}