Fixed header image and navbar?
-
I was trying to set the header and navbar to fixed, so both elements don’t scroll off. For the navbar (menu) it was easy to accomplish with the following CSS:
.navbar {
position: fixed;
z-index: 1;
}To get this done for the header image, however, I’m lost. I tried a few things but can’t figure it out. Any help?
By the way, not sure this is relevant, but I’ve also modified the header image height with the following:
.site-header .home-link {
min-height: 60px;
}I am using the twenty thirteen theme. If you’d like to see the site, it’s at https://beta.berzau-consulting.com/.
Thanks, Frank
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Fixed header image and navbar?’ is closed to new replies.