Hi, this is the CSS im currently using:
#header {
padding: 0px;
position: fixed;
}
However, when position:fixed isn't commented out, the makes the site title and navigation disappear. Any solutions? Thanks!
Hi, this is the CSS im currently using:
#header {
padding: 0px;
position: fixed;
}
However, when position:fixed isn't commented out, the makes the site title and navigation disappear. Any solutions? Thanks!