Missing Stuff on Website

Some parts of my website are missing, including the h1 in my header div, and also the entire top-banner div. Help please. https://www.joni8829.com/file/vivaldi_xaQmtrvtQX.png https://www.joni8829.com/file/vivaldi_ysqJd39abu.png (Supposed to be over this) Codepen: https://codepen.io/Joni8829/pen/BaEwJpO (Main page, top banner missing) https://codepen.io/Joni8829/pen/oNOGqYv (Example post, header & top banner missing)
Joni8829
CodePen
BaEwJpO
...
2 Replies
Squeemeister
Squeemeister4mo ago
Your navbar has a fixed position directly over the "top-banner". That's why it isn't showing. Change your navbar background to transparent to see what I mean. If you always want it on-screen, like the navbar, just put it inside the navbar. Otherwise you'll have to account for the space the navbar is using.
Joni
Joni4mo ago
Oh, thanks Why is the header missing on the post though? @Squeemeister Sorry, pinged wrong person here For some reason, when I remove the top banner my h1 header disappears Resolved