Forgive me if this is a dumb question, but how do I anchor the top menu to the top of the page so that it doesn't disappear when you scroll down?
Thanks in advance.
#gk-page-top {
background: #000;
position: fixed;
top: 0;
width: 100%;
z-index: 10000;
}
#gk-header-top {
margin-top: 54px;
}