Forrst - Header fixed
0
Userscript
Header fixed for Forrst. Created by Brian Moyano
View CSS

Forrst - Header fixed

Copy To Clipboard
#header {
    position: fixed ;
    width: 100% ;
    z-index: 2000 ;
}

#nav {
    position: fixed ;
    width: 100% ;
    z-index: 2000 ;
    margin-top: 56px ;
}

#content {
    padding: 110px 0 30px ;
}

.subnav-wrap {
    margin-top: 40px ;
}

You need to log in to comment.

0 Comments