Does anyone know the proper css to make the main navigation menu "fixed" to the top of the browser window?
I am half-way there...
I've changed "#gk-page-nav" position to "fixed" but this positions the navigation to the left of the browser window.
All I need now is to center the main menu on the browser window properly. I am thinking I have to define this with @media rules but perhaps there is a simpler way to keep the main navigation menu
"centered" and static while scrolling?
Any suggestions would be helpful! Thanks!