I managed to get a sticky header with some experimenting using this bit of code
/* Header
----------------------------------------------- */
#masthead {
clear: both;
padding: 60px 0 0;
width: 100%;
position: fixed;
z-index: 200;
background-color: #fff;
}
#main {
margin-top: -35px;
}
It seems to work well. Can anyone suggest a way to start the content down so it is not hidden by it?
More difficult: How can I make the black box of secondary menu also sticky?
Thank you
The blog I need help with is mycarta.wordpress.com.