Hello,
I was just wondering if it would be possible to make the top menu (or any other menu) "sticky" on each page, so if you scroll down the content goes scrolls behind the menu? Like it works with steakhouse template I used before for this job?
#gkHeaderNav {
position: fixed;
}
#gkHeaderNav {
position: fixed;
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
padding-bottom: 10px;
padding-top: 15px;
}