with
- Code: Select all
#gkPageTop {
position: absolute;
top: 0;
}
Now, i am getting horizontal slider.

#gkPageTop {
position: absolute;
top: 0;
}
Cyberek wrote:With compressed and cached css/js I can't help much - could you disable it?
#gkPageTop {
position: fixed;
top: 0px;
left: 0px;
right: 0px;
z-index: 100;
}
#gkPageNav {
margin-bottom: 0px !important
}