Freeze header again
-
Hi, some months ago, you gave the following solution to a user who wanted to freeze his header. It does work perfect, but the header image disappears. Is there a way to keep it ? Also is it possible to add a fine line at the bottom of the menu, to make it visually less confusing when you scroll ? Thanks.
@media all and (min-width: 800px){
.site-header {
position: fixed;
width: 100%;
z-index: 9;
}
.overflow-container {
padding-top: 72px;
}
}
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Freeze header again’ is closed to new replies.