Is it possible to set the gkTop as a sticky module at the top edge?
Any CSS advice?
#gkTop {
left: 0;
position: fixed;
top: 0;
}
#gkMainMenu {
float: none;
opacity: 0.8;
text-align: center;
}
#gkMainMenu .gkMenu > ul > li {
display: inline-block;
float: none;
}