I did what I wrote in a tutorial, put into override.css:
- Code: Select all
#gkHeaderNav {
position: fixed;
width: 100%;
z-index: 150;
margin: 0px auto !important;
background: #ffffff;
}
#gkPageContent { width: 100%; }
#gkPageContent {
padding: 150px 0 150px 0;
background: #eee;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
overflow: hidden;
position: relative;
z-index: 100;
}
Now the position is fixed, scrolling works.
But the header remains on the left corner (not in the center) and its not 100% wide.
http://www.pfaffstaller.com/2014/
There must be someting else to change, maybe you could help!
See screenshot....
