Hello Jared,
Thanks for writing in!
The navbar overlaps with the content because you added this css code:
/*
// Masthead.
*/
.masthead {
position: absolute;
width: 100%;
}
.single-post .masthead {
position: relative;
width: auto;
background-color: #001937;
}
@media (max-width: 979px) {
.masthead {
position: relative;
width: auto;
background-color: #001937;
}
}
Do you want a sticky navbar? Please remove the custom css and go to X > Theme Options > Header > Navbar and change the Navbar Position to “Fixed Top”.
We would loved to know if this has work for you. Thank you.