Twenty Thirteen make header fixed
-
I am trying to make my header in TwentyThirteen to be fixed. That way I will be able to see the header all the time, and the text will just scroll beneath it. I am just making a simple blog site that is aggregated from another blog.
When I try to change the CSS in the stylesheet from:
.site-header {
position: relative;
}… and change it to:
.site-header {
position: fixed;
}The header gets very small and way over to the left! Not at all what I expected. Can anyone help?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Twenty Thirteen make header fixed’ is closed to new replies.