Header fixed for Forrst. Created by Brian Moyano
View CSS#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 ;
}
0 Comments